Fixed steam (probably?)
This commit is contained in:
parent
753fbdea9e
commit
19e5286aa3
4 changed files with 76 additions and 50 deletions
|
|
@ -19,8 +19,6 @@
|
|||
"blender"
|
||||
".gnupg"
|
||||
".ssh"
|
||||
".nixops"
|
||||
".doom.d"
|
||||
".emacs.d"
|
||||
".local/share/keyrings"
|
||||
".local/share/direnv"
|
||||
|
|
@ -28,19 +26,26 @@
|
|||
directory = ".var/app";
|
||||
method = "symlink";
|
||||
}
|
||||
{
|
||||
directory = ".local/share/Steam";
|
||||
method = "symlink";
|
||||
}
|
||||
#{
|
||||
# directory = ".local/share/Steam";
|
||||
# directory = ".steam";
|
||||
# method = "symlink";
|
||||
#}
|
||||
#".steam"
|
||||
".mozilla"
|
||||
".local/share/TelegramDesktop"
|
||||
".config/solaar"
|
||||
".config/kdeconnect"
|
||||
".config/blender"
|
||||
".config/unity3d"
|
||||
".themes"
|
||||
];
|
||||
files = [
|
||||
".screenrc"
|
||||
#".steampid"
|
||||
#".steampath"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue