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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 3b3c7fc5..6574af9d 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -404,7 +404,7 @@ in {
404 nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts 404 nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts
405 swtpm (hunspellWithDicts (with hunspellDicts; [en_GB-large de_DE])) 405 swtpm (hunspellWithDicts (with hunspellDicts; [en_GB-large de_DE]))
406 # synadm 406 # synadm
407 ]; 407 ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg {}) (customUtils.nixImport { dir = ./utils; });
408 408
409 file = { 409 file = {
410 ".backup-munin".source = ./backup-patterns; 410 ".backup-munin".source = ./backup-patterns;