hyprland improve systemd integration
This commit is contained in:
parent
6ad0d3685e
commit
f3ef679499
3 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = false;
|
||||
extraConfig = lib.readFile ./hyprland.conf;
|
||||
# systemd.enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
# home.file.".config/eww".source = ./eww;
|
||||
|
||||
|
|
|
@ -48,6 +48,6 @@ in
|
|||
ExecStart = "${pkgs.mako}/bin/mako";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
Install = { WantedBy = [ "sway-session.target" ]; };
|
||||
Install = { WantedBy = [ "sway-session.target" "hyprland-sessions.target" ]; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue