Skip to content

Commit

Permalink
fix: Configured primary user always has home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Aug 25, 2024
1 parent 77a2255 commit 3a34b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hostModules/personal/user.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ in {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit self inputs secrets keys; };
users.${config.personal.user.name} = { };
sharedModules = [{
home.stateVersion = config.system.stateVersion;
imports = [ self.homeModules.personal ];
Expand Down

0 comments on commit 3a34b54

Please sign in to comment.