mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-25 16:40:33 -04:00
move allow others on games to steam and lutris modules
This commit is contained in:
@@ -69,6 +69,5 @@ in {
|
||||
directories = [ "Documents" "Downloads" "Pictures" ];
|
||||
allowOther = true;
|
||||
};
|
||||
"/data/games/misterio" = { allowOther = true; };
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
home.persistence = {
|
||||
"/data/games/misterio" = {
|
||||
allowOther = true;
|
||||
directories = [ "Games/Lutris" ".config/lutris" ".local/share/lutris" ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
home.packages = [ pkgs.steam ];
|
||||
home.persistence = {
|
||||
"/data/games/misterio" = {
|
||||
allowOther = true;
|
||||
directories = [
|
||||
"Games/Steam"
|
||||
".config/Hero_Siege"
|
||||
|
||||
Reference in New Issue
Block a user