Change font installation from system-wide to per-user

This commit is contained in:
SebastianStork 2024-07-15 20:07:40 +02:00
parent 42ebeaf86e
commit 0dcf8cc292
2 changed files with 12 additions and 12 deletions

View file

@ -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;
}