diff options
Diffstat (limited to '')
-rw-r--r-- | home/packages.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/packages.nix b/home/packages.nix index 15aeeca..415d963 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -2,11 +2,9 @@ let isabelle = import "${inputs.playground.outPath}/isabelle-nix-fhsenv" { inherit pkgs; }; - fonts = with lib.attrsets; - builtins.filter isDerivation (attrValues pkgs.nerd-fonts); in { - home.packages = with pkgs; fonts ++ [ + home.packages = with pkgs; [ emacs-pgtk emacs-all-the-icons-fonts julia-mono |