Use home.activation for homedir symlinks so we can link files with spaces
This commit is contained in:
parent
70c9253c8c
commit
3fc7502b31
2 changed files with 16 additions and 7 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue