Set users shell to zshInteractive
This commit is contained in:
parent
a3437be79d
commit
4f1e52bca1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }@args:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
hostname = "TobAir";
|
hostname = "TobAir";
|
||||||
username = "tobi";
|
username = "tobi";
|
||||||
|
|
@ -11,6 +11,7 @@ in
|
||||||
users.users."${username}" = {
|
users.users."${username}" = {
|
||||||
home = "/Users/${username}";
|
home = "/Users/${username}";
|
||||||
description = "Tobias Ostner";
|
description = "Tobias Ostner";
|
||||||
|
shell = pkgs.zshInteractive;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = [ username ];
|
nix.settings.trusted-users = [ username ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue