diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-17 20:13:22 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-17 20:13:22 +0100 |
| commit | a36426ffd6314bd367f042410d81ae9807df2eee (patch) | |
| tree | 20437a0a03188fd1e3591ffc2e0b7aff81cffb56 /home-modules/desktop/hyprland.nix | |
| parent | 69e57b6f623251df0c28bcb8e4634fb24c9546ac (diff) | |
Rewrite systemd service for mako so it only runs on hyprland
Diffstat (limited to '')
| -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 = '' |
