mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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
|
|
@ -28,5 +28,17 @@
|
|||
wrappers.webcord
|
||||
(wrappers.kitty { inherit (config.myConfig) theme; })
|
||||
wrappers.firefox
|
||||
|
||||
pkgs.corefonts
|
||||
pkgs.roboto
|
||||
pkgs.open-sans
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [
|
||||
"JetBrainsMono"
|
||||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue