diff options
Diffstat (limited to 'home-modules/quickshell.nix')
| -rw-r--r-- | home-modules/quickshell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-modules/quickshell.nix b/home-modules/quickshell.nix index dac7089f..79c33920 100644 --- a/home-modules/quickshell.nix +++ b/home-modules/quickshell.nix | |||
| @@ -53,6 +53,9 @@ in { | |||
| 53 | Documentation = "https://quickshell.org/docs/v${cfg.package.version}"; | 53 | Documentation = "https://quickshell.org/docs/v${cfg.package.version}"; |
| 54 | PartOf = [ "graphical-session.target" ]; | 54 | PartOf = [ "graphical-session.target" ]; |
| 55 | After = [ "graphical-session-pre.target" ]; | 55 | After = [ "graphical-session-pre.target" ]; |
| 56 | X-Restart-Triggers = [ | ||
| 57 | "${config.xdg.configFile."quickshell".source}" | ||
| 58 | ]; | ||
| 56 | }; | 59 | }; |
| 57 | 60 | ||
| 58 | Service = { | 61 | Service = { |
