Disabled UWSM
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user