pkgs: noname

This commit is contained in:
js0ny 2026-02-13 02:45:32 +00:00
parent 2b403b18e4
commit 0ca532e432
9 changed files with 81 additions and 2 deletions

View file

@ -67,6 +67,6 @@ in {
in {
"/usr/share/icons" = mkRoSymBind "${aggregated}/share/icons";
"/usr/share/fonts" = mkRoSymBind "${aggregated}/share/fonts";
"/home/js0ny/.local/share/fonts" = mkRoSymBind "${aggregated}/share/fonts";
# Note: Binding to $HOME is not recommended since this binding process executes before mounting $HOME
};
}