This commit is contained in:
Hadi
2024-06-18 19:15:19 +02:00
parent d4abd221c0
commit 063534079d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,6 +27,6 @@
# change the nvim's obsidian configuration if you want to enable that:
obsidian = true;
theme = import ../themes/nixy.nix; # select your theme here
theme = import ../themes/catppuccin.nix; # select your theme here
};
}