Updated desktop configuration

This commit is contained in:
2024-12-28 16:59:34 +01:00
parent 99818d0119
commit c1dc4529f5
3 changed files with 65 additions and 37 deletions

View File

@@ -49,9 +49,6 @@
];
};
# Configure hardware
services.ratbagd.enable = true;
# Bootloader.
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub = {
@@ -78,15 +75,5 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
# Configure wacom tablet
hardware.opentabletdriver = {
enable = true;
package = pkgs.unstable.opentabletdriver;
};
services.libinput.enable = true;
services.fwupd.enable = true;
system.stateVersion = "24.05";
}