Compare commits
3 commits
289a073275
...
b166ce3656
Author | SHA1 | Date | |
---|---|---|---|
b166ce3656 | |||
bfb25dc49f | |||
0dd253f01a |
3 changed files with 7 additions and 5 deletions
|
@ -26,7 +26,9 @@
|
|||
gnome.adwaita-icon-theme
|
||||
gnome.dconf-editor
|
||||
gnome.gnome-tweaks
|
||||
gnomeExtensions.gesture-improvements
|
||||
gnomeExtensions.kimpanel
|
||||
gnomeExtensions.vitals
|
||||
gnomeExtensions.tray-icons-reloaded
|
||||
];
|
||||
gnome.excludePackages =
|
||||
(with pkgs; [
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
opentabletdriver.enable = true;
|
||||
# opentabletdriver.enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.secrets = {
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
# swapDevices = [
|
||||
# {device = "/dev/disk/by-uuid/b16f0d66-5aec-4e0e-8162-c8e87e19888c";}
|
||||
# ];
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/b16f0d66-5aec-4e0e-8162-c8e87e19888c";}
|
||||
];
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue