remove conflicting username and add home location

This commit is contained in:
2026-08-31 01:15:16 +02:00
parent 7e2a3d894d
commit dcb32fe35d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -22,4 +22,8 @@ self: { pkgs, ... }: {
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "aarch64-darwin";
users.users.macbookpro = {
home = "/Users/macbookpro";
};
}
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, osConfig, ... }:
{
home.username = "user";
# home.username = "user";
lumpiastyHome = {
gpg = osConfig.lumpiasty.pc;