diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-09 21:03:50 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-09 21:03:50 +0200 |
commit | 83e0c7df55234bc5e7c2c918ceb587786af6d155 (patch) | |
tree | d80520527f90abd8cbe5c1ae3c3c338253bb0643 /accounts | |
parent | 3905093084393d6b7f4168371cf4ba64b54a1d11 (diff) | |
download | nixos-83e0c7df55234bc5e7c2c918ceb587786af6d155.tar nixos-83e0c7df55234bc5e7c2c918ceb587786af6d155.tar.gz nixos-83e0c7df55234bc5e7c2c918ceb587786af6d155.tar.bz2 nixos-83e0c7df55234bc5e7c2c918ceb587786af6d155.tar.xz nixos-83e0c7df55234bc5e7c2c918ceb587786af6d155.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 |
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 | ||