From 80e5d0b8b59c30c5c33e117ff730c2b0b2193bd9 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Sun, 1 Feb 2026 14:59:22 +0100 Subject: [PATCH] We add forget files --- modules/system/options/apps/dev.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/system/options/apps/dev.nix b/modules/system/options/apps/dev.nix index 0b6121a..77b6f04 100644 --- a/modules/system/options/apps/dev.nix +++ b/modules/system/options/apps/dev.nix @@ -12,11 +12,10 @@ in options.os.shell.dev = { enable = mkEnableOption "System git service"; }; + config = mkIf cfg.enable { - environment.systemPackages = with pkgs; [ - llvm + gcc ]; - }; }