summaryrefslogtreecommitdiff
path: root/home-modules
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-11-14 15:38:16 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-11-14 15:38:16 +0100
commit46f70f3836ec494979c024e9ff4ec544643c0a9e (patch)
treef1708d4398018464284c839e6eb19d903b60b5a9 /home-modules
parent6dfd8a1d4724d011f66168bc623e73f776b54680 (diff)
downloadnixos-46f70f3836ec494979c024e9ff4ec544643c0a9e.tar
nixos-46f70f3836ec494979c024e9ff4ec544643c0a9e.tar.gz
nixos-46f70f3836ec494979c024e9ff4ec544643c0a9e.tar.bz2
nixos-46f70f3836ec494979c024e9ff4ec544643c0a9e.tar.xz
nixos-46f70f3836ec494979c024e9ff4ec544643c0a9e.zip
Diffstat (limited to 'home-modules')
-rw-r--r--home-modules/quickshell.nix3
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 = {