mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:16:34 +01:00
set shell
This commit is contained in:
parent
86ba759343
commit
165f29e940
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue