quite a few styling changes

This commit is contained in:
2025-03-04 00:09:48 +01:00
parent 729cc66bd1
commit fae56aa241
7 changed files with 197 additions and 134 deletions

11
modules/nixos/fonts.nix Normal file
View 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;
}