fix(quickshell): daemon still existing even if disabled
This commit is contained in:
@@ -18,7 +18,7 @@ in
|
||||
recursive = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink "/home/doloro/dotfiles/quickshell/";
|
||||
};
|
||||
config.systemd.user.services.quickshell = {
|
||||
config.systemd.user.services.quickshell = lib.mkIf cfg.enable {
|
||||
Unit = {
|
||||
Description = "Quickshell daemon";
|
||||
After = [ "hyprland-session.target" ];
|
||||
|
||||
Reference in New Issue
Block a user