[NixOS] Install more things

This commit is contained in:
Ivan Malison 2018-07-04 16:27:39 -07:00
parent 22a115c090
commit 5947a49743
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,7 @@ in
pommed_light
rofi
rofi-pass
skippy-xd
synergy
udiskie-appindicator
volnoti
@ -203,6 +204,7 @@ in
silver-searcher
stow
tmux
valgrind
wget
wmctrl
zsh

View File

@ -3,6 +3,7 @@
environment.systemPackages = with pkgs; [
gimp
texlive.combined.scheme-full
slack
];
boot.extraModulePackages = with pkgs; [ xboxdrv ];
}