[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 pommed_light
rofi rofi
rofi-pass rofi-pass
skippy-xd
synergy synergy
udiskie-appindicator udiskie-appindicator
volnoti volnoti
@ -203,6 +204,7 @@ in
silver-searcher silver-searcher
stow stow
tmux tmux
valgrind
wget wget
wmctrl wmctrl
zsh zsh

View File

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