diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 09080001..cde96052 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -68,6 +68,10 @@ in { | |||
| 68 | ]; | 68 | ]; |
| 69 | 69 | ||
| 70 | config = { | 70 | config = { |
| 71 | nixpkgs.externalConfig.allowUnfreePackages = [ | ||
| 72 | "graphite" | ||
| 73 | ]; | ||
| 74 | |||
| 71 | home-manager.users.${userName} = { | 75 | home-manager.users.${userName} = { |
| 72 | imports = [ | 76 | imports = [ |
| 73 | ./libvirt | 77 | ./libvirt |
| @@ -511,7 +515,7 @@ in { | |||
| 511 | nerd-fonts.fira-mono | 515 | nerd-fonts.fira-mono |
| 512 | nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts | 516 | nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts |
| 513 | swtpm (hunspell.withDicts (dicts: with dicts; [en_GB-large de_DE])) | 517 | swtpm (hunspell.withDicts (dicts: with dicts; [en_GB-large de_DE])) |
| 514 | libation libqalculate | 518 | libation libqalculate graphite |
| 515 | ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg { inherit sources flake flakeInputs; }) (customUtils.nixImport { dir = ./utils; }); | 519 | ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg { inherit sources flake flakeInputs; }) (customUtils.nixImport { dir = ./utils; }); |
| 516 | 520 | ||
| 517 | file = { | 521 | file = { |
