Removed heavy dependencies.

This commit is contained in:
James Patrick 2021-12-13 23:23:22 -05:00
parent 1264d0c7f6
commit bb9f0632a9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
home.username = "james";
home.homeDirectory = "/home/james";
home.packages = with pkgs; [ emacs killall cmake i3 zsh tmux ];
home.packages = with pkgs; [ killall cmake zsh tmux ];
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage