forked from mirrors_public/oddlama_nix-config
chore: don't use systemd to start swaync and waybar to get restart support
This commit is contained in:
parent
a0e50ce0e9
commit
c5a4bfa5f2
3 changed files with 33 additions and 2 deletions
|
@ -86,4 +86,7 @@
|
|||
)
|
||||
+ (builtins.readFile ./swaync-style.css);
|
||||
};
|
||||
|
||||
# Started via hyprland to ensure it restarts properly with hyprland
|
||||
systemd.user.services.swaync.Install.WantedBy = lib.mkForce [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue