Miscellanious stuff

This commit is contained in:
Tomas Rivera
2026-03-18 15:34:33 +01:00
parent e31c2aff63
commit 234a407e3f
3 changed files with 11 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
config,
pkgs,
...
}: {
programs.obsidian = {
enable = true;
};
}