mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat: add obsidian
This commit is contained in:
parent
78aa8051fb
commit
976aaa3b6a
2 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
./modules/keepassxc.nix
|
./modules/keepassxc.nix
|
||||||
./modules/mouse-actions
|
./modules/mouse-actions
|
||||||
./modules/hypridle.nix
|
./modules/hypridle.nix
|
||||||
|
./modules/obsidian.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
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