diff --git a/nixos/default.nix b/nixos/default.nix index b4eef640..7c327e45 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -24,6 +24,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + dconf # Required for stylix ripgrep # Better grep sbctl # Secureboot Control wget # WebGet diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 24443e26..7bc31158 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -15,6 +15,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + dconf ripgrep sbctl wget diff --git a/nixos/small.nix b/nixos/small.nix index 2348c4e7..faceb66e 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -22,6 +22,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + dconf ripgrep git bat