Remove sudo
This commit is contained in:
parent
ef572c20bc
commit
ad71bb0318
5 changed files with 27 additions and 6 deletions
|
@ -30,7 +30,6 @@
|
|||
"extract"
|
||||
"history-substring-search"
|
||||
"git"
|
||||
"sudo"
|
||||
"systemd"
|
||||
"tmux"
|
||||
];
|
||||
|
@ -50,8 +49,8 @@
|
|||
});
|
||||
in
|
||||
lib.mkIf config.chvp.zsh.enable {
|
||||
chvp.zfs.systemLinks = [ { path = "/root/.local/share/autojump"; type = "cache"; } ];
|
||||
chvp.zfs.homeLinks = [ { path = ".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