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