Hyprland bug fixed; Hold in for plasma 6

This commit is contained in:
2026-05-08 10:42:30 +02:00
parent dc721a79bc
commit 788aff4158
6 changed files with 54 additions and 24 deletions
+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";
}