diff --git a/modules/home/hypr/hyprland.nix b/modules/home/hypr/hyprland.nix index 88b0e21..f3898aa 100644 --- a/modules/home/hypr/hyprland.nix +++ b/modules/home/hypr/hyprland.nix @@ -9,12 +9,12 @@ hyprpolkitagent ]; - xdg.configFile."uwsm/env".source = - "${config.home.sessionVariablesPackage}/etc/profile.d/hm-session-vars.sh"; + # xdg.configFile."uwsm/env".source = + # "${config.home.sessionVariablesPackage}/etc/profile.d/hm-session-vars.sh"; wayland.windowManager.hyprland = { enable = true; - systemd.enable = false; + # systemd.enable = false; package = null; portalPackage = null; diff --git a/modules/system/desktop.nix b/modules/system/desktop.nix index 71e0cd5..bcebf31 100644 --- a/modules/system/desktop.nix +++ b/modules/system/desktop.nix @@ -14,14 +14,14 @@ in programs = { hyprland = { enable = true; - withUWSM = true; + # withUWSM = true; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; mango.enable = true; - uwsm.enable = true; + # uwsm.enable = true; }; environment.systemPackages = [