feat: added zoxid

This commit is contained in:
Patrick Großmann 2023-11-05 16:06:42 +01:00
parent 89d249b3b0
commit 2a83e014ac
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 7 additions and 1 deletions

View file

@ -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;
};

View file

@ -19,6 +19,8 @@
enableZshIntegration = false;
};
programs.zoxide.enable = true;
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;

View file

@ -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;