changed username

This commit is contained in:
2021-04-03 22:06:18 +05:30
parent 86d0cd7c40
commit 9b9fd033d3
8 changed files with 31 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
{lib, config, pkgs, ... }:
{
users.users.otaku619 = {
users.users.natto = {
isNormalUser = true;
shell = pkgs.fish;
home = "/home/otaku619";
home = "/home/natto";
extraGroups = [ "wheel" "video" "audio" ];
};
}