Hyprland bug fixed; Hold in for plasma 6
This commit is contained in:
@@ -42,6 +42,5 @@
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user