small changes
This commit is contained in:
parent
feac80e929
commit
3faafc94f9
|
@ -5,6 +5,12 @@
|
|||
../common/desktop.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xbrightness
|
||||
];
|
||||
|
||||
services.tlp.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ in {
|
|||
|
||||
ncmpcpp
|
||||
pciutils
|
||||
tor-browser-bundle-bin
|
||||
xscreensaver
|
||||
ncpamixer
|
||||
gpick
|
||||
|
|
Loading…
Reference in New Issue