aboutsummaryrefslogtreecommitdiff
path: root/hosts/macbook/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/macbook/configuration.nix')
-rw-r--r--hosts/macbook/configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix
index 867ca40..b7ee965 100644
--- a/hosts/macbook/configuration.nix
+++ b/hosts/macbook/configuration.nix
@@ -1,9 +1,9 @@
-{ ... }:
+{ username, ... }:
{
- users.users.schererleander.home = "/Users/schererleander";
+ users.users.${username}.home = "/Users/${username}";
- system.primaryUser = "schererleander";
+ system.primaryUser = username;
system.defaults = {
dock = {
autohide = true;