mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
14 lines
249 B
Nix
14 lines
249 B
Nix
{...}: {
|
|
imports = [
|
|
./vimrc-support.nix
|
|
];
|
|
programs.obsidian = {
|
|
enable = true;
|
|
vaults."HomeManagerDryRun" = {
|
|
enable = true;
|
|
target = "HomeManagerDryRun"; # relative to $HOME
|
|
settings = {
|
|
};
|
|
};
|
|
};
|
|
}
|