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