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
+1
View File
@@ -0,0 +1 @@
Not Found
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -14,10 +14,10 @@ in
# Symlink dotfiles # Symlink dotfiles
home.file = mkSymlinkAttrs { home.file = mkSymlinkAttrs {
# Fonts # Fonts
".local/share/fonts/KelmscottMono.otf" = { ".local/share/fonts" = {
source = ../../fonts/KelmscottMono.otf; source = ../../fonts;
outOfStoreSymlink = true; outOfStoreSymlink = true;
recursive = false; recursive = true;
}; };
# Configs # Configs