update home config

This commit is contained in:
Vinzenz Schroeter 2024-05-25 11:24:00 +02:00
parent 18ecc85b77
commit c4a99e93ed
4 changed files with 30 additions and 6 deletions

View file

@ -11,7 +11,7 @@ in {
users.users.ronja = {
isNormalUser = true;
name = "ronja";
description = "Ronja Spiegelberg";
description = "Ronja";
home = "/home/ronja";
extraGroups = ["networkmanager" "wheel" "games" "podman"];
shell = pkgs.zsh;