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 = {
|
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
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue