nixy to home manager module

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-04-28 09:45:47 +02:00
parent 31964cca35
commit 795621ada6
4 changed files with 36 additions and 5 deletions
+5
View File
@@ -23,4 +23,9 @@
};
programs.home-manager.enable = true;
programs.nixy = {
enable = true;
configDirectory = config.var.configDirectory;
};
}