{ lib, pkgs, ... }: { this.users.enabled = [ "simon" ]; users.users.simon = { shell = lib.mkForce pkgs.bash; }; }