summaryrefslogtreecommitdiff
path: root/home/packages.nix
diff options
context:
space:
mode:
authorstuebinm2025-06-01 19:51:37 +0200
committerstuebinm2025-06-01 23:19:18 +0200
commitd58c1897c33e8ce9dc3375fcca72d3c294fdd443 (patch)
tree1ae0ea59f3cb9acf8b6da0069520eace19621db3 /home/packages.nix
parent52f13d67f0083c62aef505e8223b784be92624aa (diff)
fix fontsHEADmain
whatever was done to split up the nerdfonts package, the individual parts now don't work if put in home manager's package set ..
Diffstat (limited to '')
-rw-r--r--home/packages.nix4
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