fix(sddm): enable withUWSM for hyprland to resolve evaluation error
This commit is contained in:
@@ -26,6 +26,9 @@ in
|
||||
environment.systemPackages = [ nomarchy-sddm-theme ];
|
||||
|
||||
# Enable Hyprland system-level dependencies
|
||||
programs.hyprland.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
};
|
||||
programs.uwsm.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user