removed user
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "username";
|
||||
userName = "USER";
|
||||
};
|
||||
|
||||
eza = {
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "username";
|
||||
home.homeDirectory = "/home/username";
|
||||
home.username = "USER";
|
||||
home.homeDirectory = "/home/USER";
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
|
||||
Reference in New Issue
Block a user