Compare commits

...

2 Commits

Author SHA1 Message Date
randomuser 3faafc94f9 small changes 2023-08-06 22:13:22 -05:00
randomuser feac80e929 yes, systemd-boot is good enough(tm) 2023-08-06 22:13:22 -05:00
2 changed files with 9 additions and 2 deletions

View File

@ -5,8 +5,14 @@
../common/desktop.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
environment.systemPackages = with pkgs; [
xbrightness
];
services.tlp.enable = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "xps";
}

View File

@ -39,6 +39,7 @@ in {
ncmpcpp
pciutils
tor-browser-bundle-bin
xscreensaver
ncpamixer
gpick