diff options
Diffstat (limited to 'home-modules/desktop/hyprland.nix')
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index 80773d4..442910e 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -22,6 +22,7 @@ with lib; homeprogs.waybar.enable = true; homeprogs.mako.enable = true; + homeprogs.mako.systemdWantedBy = [ "hyprland-session.target" ]; # Environment variables for hyprland. # This can be used to configure wayland/hyprland-specific things home.file.".config/uwsm/env-hyprland".text = '' |
