We add forget files

This commit is contained in:
2026-02-01 14:59:22 +01:00
parent 753d417736
commit 80e5d0b8b5
+2 -3
View File
@@ -12,11 +12,10 @@ in
options.os.shell.dev = {
enable = mkEnableOption "System git service";
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
llvm
gcc
];
};
}