Skip to content

Commit

Permalink
Cleanup hmoe-manager set
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Apr 4, 2024
1 parent 898207d commit c602138
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions bacon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ in
modules =
let
home-manager-conf = {
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.${username} = import ./home;
extraSpecialArgs = {
inherit username system ecsls;
};
useGlobalPkgs = true;
useUserPackages = true;
users.${username} = import ./home;
extraSpecialArgs = {
inherit username system ecsls;
};
};

Expand All @@ -39,7 +37,7 @@ in
./hardware-configuration.nix
] ++ [
home-manager.nixosModules.home-manager
home-manager-conf
{ home-manager = home-manager-conf; }
hosts.nixosModule
hosts-conf
] ++ mod-nixhardware-lst;
Expand Down

0 comments on commit c602138

Please sign in to comment.