fonts: Add symlink

This commit is contained in:
Mr Hedgehog 2022-03-29 13:58:21 -04:00
parent 3e094db4fb
commit 33ff1bbe99
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E

View file

@ -56,6 +56,10 @@
# file = {
# ".config/senpai/senpai.scfg" = { source = ./config/senpai.scfg; };
# };
file.".local/share/fonts" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.nix-profile/share/fonts";
recursive = true;
};
homeDirectory = "/home/mrhedgehog";
username = "mrhedgehog";
stateVersion = "22.05";