diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/common.nix b/user/common.nix index 2688e5d..3b3ef17 100644 --- a/user/common.nix +++ b/user/common.nix @@ -5,6 +5,7 @@ isNormalUser = true; uid = 1000; extraGroups = [ "wheel" ]; + shell = pkgs.fish; openssh.authorizedKeys.keys = [ |