Fix home-manager not running for user
This commit is contained in:
parent
921055b544
commit
9d2e54547c
1 changed files with 2 additions and 4 deletions
|
@ -51,10 +51,8 @@
|
|||
});
|
||||
in
|
||||
lib.mkIf config.chvp.zsh.enable {
|
||||
chvp.zfs.systemLinks = [
|
||||
{ path = "/home/charlotte/.local/share/autojump"; type = "cache"; }
|
||||
{ path = "/root/.local/share/autojump"; type = "cache"; }
|
||||
];
|
||||
chvp.zfs.systemLinks = [ { path = "/root/.local/share/autojump"; type = "cache"; } ];
|
||||
chvp.zfs.homeLinks = [ { path = ".local/share/autojump"; type = "cache"; } ];
|
||||
home-manager.users.charlotte = { ... }: (base "/home/charlotte");
|
||||
home-manager.users.root = { ... }: (base "/root");
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue