Flake update

This commit is contained in:
Filippo Berto 2024-12-23 18:55:43 +01:00
parent 7aaefcbd0e
commit cac1e53e70
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 26 additions and 26 deletions

View file

@ -19,7 +19,7 @@
# kernelPackages = pkgs.linuxPackages_6_8;
kernelParams = [ ];
initrd.kernelModules = [ "i915" ];
# initrd.kernelModules = [ "i915" ];
initrd.checkJournalingFS = true; # Use same ACPI identifier as Dell Ubuntu
loader = {
@ -116,7 +116,7 @@
enable = true;
# Enable the GNOME 3 Desktop Environment.
desktopManager.gnome.enable = true;
videoDrivers = [ "intel" ];
# videoDrivers = [ "intel" ];
# desktopManager.plasma5 = {
# enable = true;
# runUsingSystemd = true;