From 01897e2c43f50b482fdd91e7d2d44ce35b49f8f3 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 2 Apr 2023 21:00:47 +0200 Subject: [PATCH] Enable killall --- system/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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