summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 61a5fdb4..84ac88a7 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -331,6 +331,13 @@ in {
331 ${pkgs.systemd}/bin/systemctl --user try-restart dunst 331 ${pkgs.systemd}/bin/systemctl --user try-restart dunst
332 ''; 332 '';
333 }; 333 };
334 "wireplumber" = {
335 source = ./wireplumber;
336 recursive = true;
337 onChange = ''
338 ${pkgs.systemd}/bin/systemctl --user try-restart wireplumber
339 '';
340 };
334 }; 341 };
335 342
336 fonts.fontconfig.enable = true; 343 fonts.fontconfig.enable = true;