forked from colonelpanic/dotfiles
[NixOS] A bunch of tweaks
This commit is contained in:
parent
13f6d61d13
commit
23bc2100ed
@ -108,6 +108,7 @@ in
|
|||||||
# Desktop
|
# Desktop
|
||||||
# haskellPackages.status-notifier-item
|
# haskellPackages.status-notifier-item
|
||||||
autorandr
|
autorandr
|
||||||
|
betterlockscreen
|
||||||
blueman
|
blueman
|
||||||
clipit
|
clipit
|
||||||
compton
|
compton
|
||||||
@ -187,6 +188,7 @@ in
|
|||||||
glxinfo
|
glxinfo
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
|
gparted
|
||||||
htop
|
htop
|
||||||
inotify-tools
|
inotify-tools
|
||||||
ispell
|
ispell
|
||||||
@ -196,11 +198,13 @@ in
|
|||||||
ncdu
|
ncdu
|
||||||
neofetch
|
neofetch
|
||||||
openvpn
|
openvpn
|
||||||
|
parallel
|
||||||
pass
|
pass
|
||||||
patchelf
|
patchelf
|
||||||
pciutils
|
pciutils
|
||||||
plasma-workspace
|
plasma-workspace
|
||||||
powertop
|
powertop
|
||||||
|
prometheus_2
|
||||||
pscircle
|
pscircle
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
qt5.qttools
|
qt5.qttools
|
||||||
@ -242,7 +246,8 @@ in
|
|||||||
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
services.acpid.enable = true;
|
services.tlp.enable = true;
|
||||||
|
services.acpid.enable = false;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
gimp
|
gimp
|
||||||
android-studio
|
android-studio
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
tor
|
||||||
];
|
];
|
||||||
boot.extraModulePackages = with pkgs; [ xboxdrv ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user