mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Change font installation from system-wide to per-user
This commit is contained in:
parent
42ebeaf86e
commit
0dcf8cc292
2 changed files with 12 additions and 12 deletions
|
|
@ -54,18 +54,6 @@
|
|||
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
|
||||
fonts.packages = [
|
||||
pkgs.corefonts
|
||||
pkgs.roboto
|
||||
pkgs.open-sans
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [
|
||||
"JetBrainsMono"
|
||||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (pkgs.lib.getName pkg) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue