1 2 3 4 5 6 7 8 9 10 11
{ lib, pkgs, ... }: { this.users.enabled = [ "simon" ]; users.users.simon = { shell = lib.mkForce pkgs.bash; }; }