fix(whitby): Use fish shell as my default shell
I don't have time for bash's history. Change-Id: I741107d33f09999ef43a7609079ad926e8127e69 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1362 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
b422688da1
commit
37cc98d078
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ in lib.fix(self: {
|
||||||
users.tazjin = {
|
users.tazjin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "git" "wheel" ];
|
extraGroups = [ "git" "wheel" ];
|
||||||
|
shell = nixpkgs.fish;
|
||||||
openssh.authorizedKeys.keys = depot.users.tazjin.keys.all;
|
openssh.authorizedKeys.keys = depot.users.tazjin.keys.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue