fonts
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Not Found
|
||||||
Binary file not shown.
Binary file not shown.
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user