Add .steam back as a Jovian only fix

This commit is contained in:
Bun 2025-05-01 00:55:06 -04:00
parent fb05917bc0
commit 94e2f9c3be
2 changed files with 7 additions and 5 deletions

View file

@ -43,10 +43,13 @@
}; };
environment = { environment = {
persistence."/persist".directories = [ persistence."/persist" = {
"/etc/NetworkManager/system-connections" directories = [
"/var/lib/decky-loader" "/etc/NetworkManager/system-connections"
]; "/var/lib/decky-loader"
];
users.${config.sysusers.main}.directories = [ ".steam" ];
};
gnome.excludePackages = with pkgs; [ gnome.excludePackages = with pkgs; [
adwaita-icon-theme adwaita-icon-theme
baobab baobab

View file

@ -12,7 +12,6 @@
".config/heroic" ".config/heroic"
".local/share/PrismLauncher" ".local/share/PrismLauncher"
".local/share/Steam" ".local/share/Steam"
".steam"
]; ];
nixpkgs.allowUnfreePackages = [ nixpkgs.allowUnfreePackages = [