updates
This commit is contained in:
4
home.nix
4
home.nix
@@ -3,8 +3,8 @@
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "john";
|
||||
home.homeDirectory = "/home/john";
|
||||
home.username = config.user;
|
||||
home.homeDirectory = "/home/${config.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