update username

This commit is contained in:
♥ Minnie ♥ 2023-11-05 23:17:42 +08:00
parent 4195a9215a
commit da43238a1f
2 changed files with 3 additions and 4 deletions

View file

@ -60,8 +60,8 @@
home = {
# Setup our user environment
username = "sajenim";
homeDirectory = "/home/sajenim";
username = "erika";
homeDirectory = "/home/erika";
sessionVariables = {
EDITOR = "nvim";
};
@ -69,7 +69,6 @@
# Install some packages
packages = with pkgs; [
# Stable user programs
bitwarden
feh
gamemode
spotify

View file

@ -230,7 +230,7 @@
};
# Users
users.users.sajenim = {
users.users.erika = {
isNormalUser = true;
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
shell = pkgs.zsh;