new user on laptop

This commit is contained in:
autumn
2025-08-25 17:51:28 -06:00
parent 82344c55a9
commit 1cf993589c
5 changed files with 73 additions and 8 deletions

View File

@@ -69,15 +69,15 @@
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.autumn = {
users.users.ruby= {
isNormalUser = true;
description = "Autumn";
description = "Autumn on laptop";
extraGroups = [ "networkmanager" "wheel" ];
};
# Install firefox.
programs.firefox.enable = true;
programs.bash.interactiveShellInit = "fish";
# programs.bash.interactiveShellInit = "fish";
programs.appimage.enable = true;
programs.openvpn3.enable = true;