Compare commits
2 Commits
d1522589f0
...
3faafc94f9
Author | SHA1 | Date |
---|---|---|
randomuser | 3faafc94f9 | |
randomuser | feac80e929 |
|
@ -5,8 +5,14 @@
|
||||||
../common/desktop.nix
|
../common/desktop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
environment.systemPackages = with pkgs; [
|
||||||
boot.loader.grub.device = "/dev/sda";
|
xbrightness
|
||||||
|
];
|
||||||
|
|
||||||
|
services.tlp.enable = true;
|
||||||
|
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "xps";
|
networking.hostName = "xps";
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,7 @@ in {
|
||||||
|
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
pciutils
|
pciutils
|
||||||
|
tor-browser-bundle-bin
|
||||||
xscreensaver
|
xscreensaver
|
||||||
ncpamixer
|
ncpamixer
|
||||||
gpick
|
gpick
|
||||||
|
|
Loading…
Reference in New Issue