mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix(fischer): fix nerdfonts
This commit is contained in:
parent
37f6ee6e44
commit
f3ba2a1c8b
1 changed files with 41 additions and 39 deletions
|
@ -39,7 +39,9 @@
|
|||
size = 15;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
du-dust
|
||||
kitty
|
||||
jq
|
||||
|
@ -49,7 +51,6 @@
|
|||
meld
|
||||
vlc
|
||||
jftui
|
||||
nerdfonts
|
||||
cantarell-fonts
|
||||
libreoffice
|
||||
font-awesome
|
||||
|
@ -77,7 +78,8 @@
|
|||
unstable.nixfmt-rfc-style
|
||||
kanidm
|
||||
yubioath-flutter
|
||||
];
|
||||
]
|
||||
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue