WIP: rewrite config #618

Draft
darkkirb wants to merge 345 commits from rewrite into main
Showing only changes of commit 5f2b047210 - Show all commits

View file

@ -15,6 +15,7 @@ with lib; {
};
config = mkIf (config.environment.impermanence.enable && config.environment.impermanence.users != []) {
programs.fuse.userAllowOther = true;
home-manager.users = listToAttrs (map (name: {
inherit name;
value.home.persistence.default = {