# vim: ts=2 { config, impermanence, ... }: { # TODO use this instead of the root config nixosConfig.home.persistence."/srv/home/soispha" = { allowOther = true; directories = [ ".local/share" ".cache" "media" "repos" "school" ]; files = [ ]; }; }