feat(fonts): init

This commit is contained in:
2025-11-22 23:37:41 -07:00
parent 589c74881d
commit b3d96f4ac3
2 changed files with 32 additions and 2 deletions

View File

@@ -19,8 +19,6 @@
home.file.".ssh/id_ed25519.pub".source =
../../public-keys/ssh/crumb-at-nixos-testbed.pub;
fonts.fontconfig.enable = true;
sydnix = {
xdg.enable = true;
# Personal configurations.
@@ -35,6 +33,7 @@
emacs.enable = true;
impermanence.enable = true;
syncthing.enable = false;
fonts.enable = true;
};
};