set shell

This commit is contained in:
Johannes Jöns 2024-01-12 22:47:13 +01:00
parent 86ba759343
commit 165f29e940

View file

@ -9,6 +9,7 @@ in {
config = lib.mkIf cfg.enable {
users.users.jopejoe1 = {
isNormalUser = true;
shell = pkgs.nushell;
description = "Johannes Jöns";
initialPassword = "password";
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" "adbusers" ];
@ -30,6 +31,9 @@ in {
homeDirectory = config.users.users.jopejoe1.home;
stateVersion = config.system.stateVersion;
};
programs.nushell = {
enable = true;
};
jopejoe1 = {
common = {
enable = true;