[NixOS] A bunch of tweaks

This commit is contained in:
Ivan Malison 2019-05-25 21:18:23 -07:00
parent 13f6d61d13
commit 23bc2100ed
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 7 additions and 2 deletions

View File

@ -108,6 +108,7 @@ in
# Desktop
# haskellPackages.status-notifier-item
autorandr
betterlockscreen
blueman
clipit
compton
@ -187,6 +188,7 @@ in
glxinfo
gnumake
gnupg
gparted
htop
inotify-tools
ispell
@ -196,11 +198,13 @@ in
ncdu
neofetch
openvpn
parallel
pass
patchelf
pciutils
plasma-workspace
powertop
prometheus_2
pscircle
python-with-my-packages
qt5.qttools
@ -242,7 +246,8 @@ in
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.adb.enable = true;
services.acpid.enable = true;
services.tlp.enable = true;
services.acpid.enable = false;
services.openssh.enable = true;

View File

@ -4,6 +4,6 @@
gimp
android-studio
texlive.combined.scheme-full
tor
];
boot.extraModulePackages = with pkgs; [ xboxdrv ];
}