From dcb32fe35d0a13e5bb8a1c5c45f5e3a196b68dc4 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Mon, 31 Aug 2026 01:15:16 +0200 Subject: [PATCH] remove conflicting username and add home location --- configuration.nix | 4 ++++ users/user/home.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f41ec0d..ab5f0c7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,4 +22,8 @@ self: { pkgs, ... }: { # The platform the configuration will be used on. nixpkgs.hostPlatform = "aarch64-darwin"; + + users.users.macbookpro = { + home = "/Users/macbookpro"; + }; } diff --git a/users/user/home.nix b/users/user/home.nix index 9ab0014..62486e1 100644 --- a/users/user/home.nix +++ b/users/user/home.nix @@ -1,7 +1,7 @@ { config, pkgs, osConfig, ... }: { - home.username = "user"; + # home.username = "user"; lumpiastyHome = { gpg = osConfig.lumpiasty.pc;