From 5da12a3042f048c728ec1c16b4bb795b6a947831 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 2 Dec 2021 00:09:39 -0500 Subject: [PATCH] Updated base packages too add killall. --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 0331480..fb7f887 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ home.username = "james"; home.homeDirectory = "/home/james"; - home.packages = with pkgs; [ emacs cmake i3 zsh tmux ]; + home.packages = with pkgs; [ emacs killall cmake i3 zsh tmux ]; # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage