Skip to content

Commit d8114ac

Browse files
committed
fix: change guest user homedir name
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 46a114f commit d8114ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

System/HP-Laptop/users.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
users.users.vishnu = {
3737
isNormalUser = true;
38-
home = "/home/guest";
38+
home = "/home/vishnu";
3939
description = "Vishnu";
4040
extraGroups = [
4141
"input"

0 commit comments

Comments
 (0)