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