This commit is contained in:
2025-10-04 21:48:12 +01:00
parent d4b85437c0
commit 2ae87aa794
4 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -14,10 +14,10 @@ in
# Symlink dotfiles
home.file = mkSymlinkAttrs {
# Fonts
".local/share/fonts/KelmscottMono.otf" = {
source = ../../fonts/KelmscottMono.otf;
".local/share/fonts" = {
source = ../../fonts;
outOfStoreSymlink = true;
recursive = false;
recursive = true;
};
# Configs