summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index b2b6203d..b46d021e 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -493,6 +493,7 @@ in {
493 libguestfs-with-appliance nerd-fonts.fira-mono 493 libguestfs-with-appliance nerd-fonts.fira-mono
494 nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts 494 nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts
495 swtpm (hunspellWithDicts (with hunspellDicts; [en_GB-large de_DE])) 495 swtpm (hunspellWithDicts (with hunspellDicts; [en_GB-large de_DE]))
496 libation
496 # synadm 497 # synadm
497 ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg {}) (customUtils.nixImport { dir = ./utils; }); 498 ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg {}) (customUtils.nixImport { dir = ./utils; });
498 499