Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
Ivan Malison 2018-07-04 16:28:05 -07:00
commit 2edf5cafb7
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 ];
}