mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
Now using currentSystemUser for username across machines
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ currentSystemUser, ... }:
|
||||
{
|
||||
imports = [
|
||||
./nvim
|
||||
@@ -9,7 +9,7 @@
|
||||
./zoxide.nix
|
||||
];
|
||||
|
||||
home.username = "r3ddy";
|
||||
home.username = "${currentSystemUser}";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user