Now using currentSystemUser for username across machines

This commit is contained in:
2025-05-06 07:54:00 +02:00
parent 3acb880866
commit ede5b23ce3
6 changed files with 31 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ currentSystemUser, ... }:
{
imports = [
./nvim
@@ -9,7 +9,7 @@
./zoxide.nix
];
home.username = "r3ddy";
home.username = "${currentSystemUser}";
programs.home-manager.enable = true;