feat: added zoxid
This commit is contained in:
parent
89d249b3b0
commit
2a83e014ac
|
@ -10,7 +10,10 @@
|
|||
nscd = uidGid 201;
|
||||
sshd = uidGid 202;
|
||||
tss = uidGid 203;
|
||||
polkituser = uidGid 204;
|
||||
rtkit = uidGid 204;
|
||||
nixseparatedebuginfod = uidGid 205;
|
||||
wireshark = uidGid 206;
|
||||
polkituser = uidGid 207;
|
||||
systemd-oom = uidGid 300;
|
||||
systemd-coredump = uidGid 301;
|
||||
};
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
enableZshIntegration = false;
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
programs.nix-index.enable = true;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ lib.optionalAttrs (!minimal) {
|
|||
];
|
||||
group = "patrick";
|
||||
hashedPassword = config.secrets.secrets.global.users.patrick.passwordHash;
|
||||
autoSubUidGidRange = false;
|
||||
};
|
||||
users.groups.patrick.gid = config.users.users.patrick.uid;
|
||||
|
||||
|
|
Loading…
Reference in a new issue