diff options
Diffstat (limited to 'home/packages.nix')
| -rw-r--r-- | home/packages.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/packages.nix b/home/packages.nix index 15aeeca..2bdee84 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 @@ -32,6 +30,7 @@ in wineWowPackages.full sops xdg-utils exiftool mercurial darcs git-annex-remote-remarkable2 git-who rlwrap + inputs.ocaml-forester.legacyPackages.${system}.forester # graphical utils kitty # gnss things |
