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