mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41: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
|
||||
];
|
||||
|
||||
fonts.packages = [
|
||||
(pkgs.nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];})
|
||||
pkgs.corefonts
|
||||
pkgs.roboto
|
||||
pkgs.open-sans
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (pkgs.lib.getName pkg) [
|
||||
"spotify"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue