summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index cfeea290..cacdd98e 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -264,7 +264,10 @@ in {
264 ]; 264 ];
265 265
266 file = { 266 file = {
267 ".emacs".source = ./emacs.el; 267 ".emacs" = {
268 source = ./emacs.el;
269 onChange = "${pkgs.systemd}/bin/systemctl --user try-restart emacs.service";
270 };
268 ".backup-munin".source = ./backup-patterns; 271 ".backup-munin".source = ./backup-patterns;
269 ".mozilla/firefox/default/chrome/userChrome.css".source = ./firefox-chrome.css; 272 ".mozilla/firefox/default/chrome/userChrome.css".source = ./firefox-chrome.css;
270 ".mozilla/firefox/default/chrome/userContent.css".source = ./firefox-content.css; 273 ".mozilla/firefox/default/chrome/userContent.css".source = ./firefox-content.css;