mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56: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 {
|
config = lib.mkIf cfg.enable {
|
||||||
users.users.jopejoe1 = {
|
users.users.jopejoe1 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
shell = pkgs.nushell;
|
||||||
description = "Johannes Jöns";
|
description = "Johannes Jöns";
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" "adbusers" ];
|
extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" "adbusers" ];
|
||||||
|
@ -30,6 +31,9 @@ in {
|
||||||
homeDirectory = config.users.users.jopejoe1.home;
|
homeDirectory = config.users.users.jopejoe1.home;
|
||||||
stateVersion = config.system.stateVersion;
|
stateVersion = config.system.stateVersion;
|
||||||
};
|
};
|
||||||
|
programs.nushell = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
jopejoe1 = {
|
jopejoe1 = {
|
||||||
common = {
|
common = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue