fixing pkgs module file

This commit is contained in:
2025-07-23 11:55:29 +02:00
parent 3404c0070f
commit f4d0013aa0
6 changed files with 129 additions and 83 deletions

View File

@@ -31,6 +31,11 @@ in {
default = false;
description = "Whether to install laptop-specific packages.";
};
server.enable = mkOption {
type = types.bool;
default = false;
description = "Whether to install server-specific packages.";
};
dev.enable = mkOption {
type = types.bool;
default = false;
@@ -94,6 +99,10 @@ in {
brightnessctl
])
(mkIf cfg.server.enable [
intel-gpu-tools
])
(mkIf cfg.dev.enable [
# lldb_20 # some biuld error atm
gemini-cli