fix(steam): Impermanence + Steam
This commit is contained in:
@@ -19,7 +19,7 @@ in {
|
||||
#
|
||||
# https://github.com/ValveSoftware/steam-for-linux/issues/10552
|
||||
# https://github.com/nix-community/impermanence/issues/165
|
||||
{ directory = ".local/share/Steam"; method = "symlink"; }
|
||||
# { directory = ".local/share/Steam"; method = "symlink"; }
|
||||
{ directory = ".steam"; method = "symlink"; }
|
||||
];
|
||||
|
||||
|
||||
@@ -25,8 +25,9 @@ in {
|
||||
./tf2/quake-hitsounds
|
||||
];
|
||||
};
|
||||
game-dir = ".local/share/Steam/steamapps/common/Team Fortress 2/tf";
|
||||
in {
|
||||
home.file."tf" = {
|
||||
home.file.${game-dir} = {
|
||||
recursive = true;
|
||||
source = my-config;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user