This commit is contained in:
2025-07-23 13:41:46 +02:00
parent f58b16b3b8
commit a19100a8c8
2 changed files with 3 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ in {
])
(mkIf cfg.server.enable [
nvtopPackages.full
])
(mkIf cfg.dev.enable [

View File

@@ -66,6 +66,7 @@
};
pkgs = {
enable = true;
server.enable = true;
};
rofi = {
enable = false;