diff --git a/system/default.nix b/system/default.nix index 9b88fca9..9788fd08 100644 --- a/system/default.nix +++ b/system/default.nix @@ -276,7 +276,9 @@ # We want these packages to be available even when no user profile is active # Empty since we basically only need git + editor which is enabled below - environment.systemPackages = with pkgs; []; + environment.systemPackages = with pkgs; [ + killall + ]; # NOTE: Gnome # TODO: Identify all the crap