Enable killall
This commit is contained in:
@ -276,7 +276,9 @@
|
|||||||
|
|
||||||
# We want these packages to be available even when no user profile is active
|
# 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
|
# Empty since we basically only need git + editor which is enabled below
|
||||||
environment.systemPackages = with pkgs; [];
|
environment.systemPackages = with pkgs; [
|
||||||
|
killall
|
||||||
|
];
|
||||||
|
|
||||||
# NOTE: Gnome
|
# NOTE: Gnome
|
||||||
# TODO: Identify all the crap
|
# TODO: Identify all the crap
|
||||||
|
Reference in New Issue
Block a user