This commit is contained in:
2026-05-09 11:20:12 +02:00
14 changed files with 230 additions and 26 deletions
-1
View File
@@ -42,6 +42,5 @@
};
efi.canTouchEfiVariables = true;
};
system.stateVersion = "26.05";
}
+12
View File
@@ -1,3 +1,4 @@
{ ... }:
{
imports = [ ./hardware-configuration.nix ];
@@ -32,5 +33,16 @@
efi.canTouchEfiVariables = true;
};
services.desktopManager.plasma6.enable = false;
services.displayManager.sddm = {
enable = false;
wayland.enable = true;
};
environment.pathsToLink = [
"/share/applications"
"/share/xdg-desktop-portal"
];
system.stateVersion = "26.05";
}