move allow others on games to steam and lutris modules

This commit is contained in:
Gabriel Fontes
2021-09-29 01:07:19 -03:00
parent 6a5bfeb6e6
commit fa3f2bd0d5
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -69,6 +69,5 @@ in {
directories = [ "Documents" "Downloads" "Pictures" ];
allowOther = true;
};
"/data/games/misterio" = { allowOther = true; };
};
}
+1
View File
@@ -20,6 +20,7 @@
home.persistence = {
"/data/games/misterio" = {
allowOther = true;
directories = [ "Games/Lutris" ".config/lutris" ".local/share/lutris" ];
};
};
+1
View File
@@ -2,6 +2,7 @@
home.packages = [ pkgs.steam ];
home.persistence = {
"/data/games/misterio" = {
allowOther = true;
directories = [
"Games/Steam"
".config/Hero_Siege"