Add .steam back as a Jovian only fix
This commit is contained in:
parent
fb05917bc0
commit
94e2f9c3be
2 changed files with 7 additions and 5 deletions
|
@ -43,10 +43,13 @@
|
|||
};
|
||||
|
||||
environment = {
|
||||
persistence."/persist".directories = [
|
||||
persistence."/persist" = {
|
||||
directories = [
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/var/lib/decky-loader"
|
||||
];
|
||||
users.${config.sysusers.main}.directories = [ ".steam" ];
|
||||
};
|
||||
gnome.excludePackages = with pkgs; [
|
||||
adwaita-icon-theme
|
||||
baobab
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
".config/heroic"
|
||||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
".steam"
|
||||
];
|
||||
|
||||
nixpkgs.allowUnfreePackages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue