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
|
||||
hostname = "TobAir";
|
||||
username = "tobi";
|
||||
|
|
@ -11,6 +11,7 @@ in
|
|||
users.users."${username}" = {
|
||||
home = "/Users/${username}";
|
||||
description = "Tobias Ostner";
|
||||
shell = pkgs.zshInteractive;
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [ username ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue