diff options
author | stuebinm | 2025-06-01 19:51:37 +0200 |
---|---|---|
committer | stuebinm | 2025-06-01 23:19:18 +0200 |
commit | d58c1897c33e8ce9dc3375fcca72d3c294fdd443 (patch) | |
tree | 1ae0ea59f3cb9acf8b6da0069520eace19621db3 /common/desktop.nix | |
parent | 52f13d67f0083c62aef505e8223b784be92624aa (diff) |
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 'common/desktop.nix')
-rw-r--r-- | common/desktop.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index d3812b2..e570579 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -86,7 +86,8 @@ noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji - ]; + ] ++ (with lib.attrsets; + builtins.filter isDerivation (attrValues pkgs.nerd-fonts)); xdg.portal.wlr.enable = true; |