From 3a1eee297ac3205259f511e376701cf8f9c64a66 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 25 Feb 2023 15:49:30 +0100 Subject: Fix(users): Use zsh as default shell again --- system/users/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'system/users') diff --git a/system/users/default.nix b/system/users/default.nix index 97cf2ee0..f68c35d3 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -17,13 +17,16 @@ in { }; }; config = { + # I was told, that this solves some nasty problems: + programs.zsh.enable = true; + users = { mutableUsers = false; users.soispha = { isNormalUser = true; home = "/home/soispha"; createHome = true; - # shell = pkgs.zsh; + shell = pkgs.zsh; initialHashedPassword = cfg.hashedPassword; extraGroups = [ "wheel" -- cgit 1.4.1