mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Make fonts part of the system config
This commit is contained in:
parent
ed78d60299
commit
3e4299cbf7
2 changed files with 7 additions and 6 deletions
|
|
@ -30,6 +30,13 @@
|
||||||
pkgs.neovim
|
pkgs.neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.packages = [
|
||||||
|
(pkgs.nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];})
|
||||||
|
pkgs.corefonts
|
||||||
|
pkgs.roboto
|
||||||
|
pkgs.open-sans
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (pkgs.lib.getName pkg) [
|
builtins.elem (pkgs.lib.getName pkg) [
|
||||||
"spotify"
|
"spotify"
|
||||||
|
|
|
||||||
|
|
@ -43,11 +43,5 @@
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
|
|
||||||
# Fonts
|
|
||||||
(nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];})
|
|
||||||
corefonts
|
|
||||||
roboto
|
|
||||||
open-sans
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue