mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat: add obsidian
This commit is contained in:
parent
78aa8051fb
commit
976aaa3b6a
2 changed files with 9 additions and 0 deletions
8
home/toast/modules/obsidian.nix
Normal file
8
home/toast/modules/obsidian.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.obsidian = {
|
||||
enable = true;
|
||||
vaults."Obsidian" = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue