Compare commits
No commits in common. "b166ce36567034a73d6579ab4f39a0cd38edb1b3" and "289a073275646474748894648b1450349e8612f0" have entirely different histories.
b166ce3656
...
289a073275
3 changed files with 5 additions and 7 deletions
|
@ -26,9 +26,7 @@
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
gnome.dconf-editor
|
gnome.dconf-editor
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnomeExtensions.kimpanel
|
gnomeExtensions.gesture-improvements
|
||||||
gnomeExtensions.vitals
|
|
||||||
gnomeExtensions.tray-icons-reloaded
|
|
||||||
];
|
];
|
||||||
gnome.excludePackages =
|
gnome.excludePackages =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# opentabletdriver.enable = true;
|
opentabletdriver.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.secrets = {
|
boot.initrd.secrets = {
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
# swapDevices = [
|
||||||
{device = "/dev/disk/by-uuid/b16f0d66-5aec-4e0e-8162-c8e87e19888c";}
|
# {device = "/dev/disk/by-uuid/b16f0d66-5aec-4e0e-8162-c8e87e19888c";}
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|
Loading…
Reference in a new issue