mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Now using currentSystemUser for username across machines
This commit is contained in:
@@ -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