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,45 +39,47 @@
|
||||||
size = 15;
|
size = 15;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages =
|
||||||
du-dust
|
with pkgs;
|
||||||
kitty
|
[
|
||||||
jq
|
du-dust
|
||||||
lazygit
|
kitty
|
||||||
fira-code
|
jq
|
||||||
feh
|
lazygit
|
||||||
meld
|
fira-code
|
||||||
vlc
|
feh
|
||||||
jftui
|
meld
|
||||||
nerdfonts
|
vlc
|
||||||
cantarell-fonts
|
jftui
|
||||||
libreoffice
|
cantarell-fonts
|
||||||
font-awesome
|
libreoffice
|
||||||
nodejs
|
font-awesome
|
||||||
htop
|
nodejs
|
||||||
evince
|
htop
|
||||||
mosh
|
evince
|
||||||
zotero
|
mosh
|
||||||
flameshot
|
zotero
|
||||||
networkmanagerapplet
|
flameshot
|
||||||
xdg-utils
|
networkmanagerapplet
|
||||||
step-cli
|
xdg-utils
|
||||||
gh
|
step-cli
|
||||||
gh-dash
|
gh
|
||||||
signal-desktop
|
gh-dash
|
||||||
scli
|
signal-desktop
|
||||||
emacsPackages.jinx
|
scli
|
||||||
hunspellDicts.en_US
|
emacsPackages.jinx
|
||||||
hunspellDicts.fr-moderne
|
hunspellDicts.en_US
|
||||||
texlive.combined.scheme-full
|
hunspellDicts.fr-moderne
|
||||||
hledger
|
texlive.combined.scheme-full
|
||||||
emacs-lsp-booster
|
hledger
|
||||||
pkgs.stable.pyright
|
emacs-lsp-booster
|
||||||
unstable.nixd
|
pkgs.stable.pyright
|
||||||
unstable.nixfmt-rfc-style
|
unstable.nixd
|
||||||
kanidm
|
unstable.nixfmt-rfc-style
|
||||||
yubioath-flutter
|
kanidm
|
||||||
];
|
yubioath-flutter
|
||||||
|
]
|
||||||
|
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue