11
modules/nixos/fonts.nix
Normal file
11
modules/nixos/fonts.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# from here on fonts are managed on a user level
|
||||
fonts.fontDir.enable = true;
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
Reference in New Issue
Block a user