mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 11:18:37 +11:00
Fixed username in home-manager config
This commit is contained in:
@@ -45,10 +45,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Set your username
|
||||
home = {
|
||||
username = "your-username";
|
||||
homeDirectory = "/home/your-username";
|
||||
username = "chloe";
|
||||
homeDirectory = "/home/chloe";
|
||||
};
|
||||
|
||||
# Add stuff for your user as you see fit:
|
||||
|
||||
Reference in New Issue
Block a user