Use home.activation for homedir symlinks so we can link files with spaces

This commit is contained in:
Charlotte Van Petegem 2020-09-02 19:13:00 +02:00
parent 70c9253c8c
commit 3fc7502b31
2 changed files with 16 additions and 7 deletions

View file

@ -7,6 +7,13 @@
pulseaudio.support32Bit = true;
};
custom.zfs.homeLinks = [
{ path = ".paradoxlauncher"; type = "data"; }
{ path = ".steam"; type = "data"; }
{ path = ".local/share/Steam"; type = "data"; }
{ path = ".local/share/Paradox Interactive"; type = "data"; }
];
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [ pkgs.steam ];
};