Disabled UWSM

This commit is contained in:
2025-12-07 23:51:09 -05:00
parent 9dd76a18a1
commit 96ad8e6994
2 changed files with 5 additions and 5 deletions

View File

@@ -9,12 +9,12 @@
hyprpolkitagent hyprpolkitagent
]; ];
xdg.configFile."uwsm/env".source = # xdg.configFile."uwsm/env".source =
"${config.home.sessionVariablesPackage}/etc/profile.d/hm-session-vars.sh"; # "${config.home.sessionVariablesPackage}/etc/profile.d/hm-session-vars.sh";
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.enable = false; # systemd.enable = false;
package = null; package = null;
portalPackage = null; portalPackage = null;

View File

@@ -14,14 +14,14 @@ in
programs = { programs = {
hyprland = { hyprland = {
enable = true; enable = true;
withUWSM = true; # withUWSM = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
}; };
mango.enable = true; mango.enable = true;
uwsm.enable = true; # uwsm.enable = true;
}; };
environment.systemPackages = [ environment.systemPackages = [