feat: defaultUserShell

This commit is contained in:
notohh 2023-02-27 21:44:06 -05:00
parent f24dcac9d1
commit 214ced9aad
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -34,14 +34,15 @@
xkbVariant = "";
};
users.users.oh = {
users = {
defaultUserShell = pkgs.nushell;
users.oh = {
isNormalUser = true;
description = "oh";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [];
};
nixpkgs.config.allowUnfree = true;
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
helix