feat: added user2 and refactored to accommodate

This commit is contained in:
Nick 2025-01-28 22:21:31 -06:00
parent 9cdcf4fec4
commit 04d561de0c
48 changed files with 133 additions and 338 deletions

2
profiles/user2/default.nix Normal file → Executable file
View file

@ -8,7 +8,7 @@ let
inherit (flake) self;
inherit (flake.config.people) user2;
inherit (flake.config.machines) devices;
inherit (flake.config.people.user.${user2}) name paths;
inherit (flake.config.people.users.${user2}) name paths;
hostname = config.networking.hostName;
in