add packages

This commit is contained in:
Dmitriy Holkin 2019-09-22 01:32:48 +04:00
parent c89e144026
commit 7a1fd4c060

View File

@ -35,20 +35,33 @@ with deviceSpecific; {
p7zip p7zip
zip zip
ranger ranger
tdesktop
spotifywm
youtube-dl youtube-dl
speedcrunch
libreoffice
feh
setroot
maim
mupdf
] ++ lib.optionals isLaptop [ ] ++ lib.optionals isLaptop [
# Important # Important
acpi acpi
light light
powertop
# Other
blueman
]; ];
home-manager.users.alukard.home.packages = with pkgs; [ home-manager.users.alukard.home.packages = with pkgs; [
steam
steam-run
nix-zsh-completions nix-zsh-completions
qbittorrent qbittorrent
vscodium vscodium
xarchiver xarchiver
tdesktop
spotifywm
discord
]; ];
} }