Skip to content

Commit

Permalink
show that these are separate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameopathic committed Jun 29, 2024
1 parent 18ba4dc commit 17faf44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
./host/${host}/configuration.nix
./host/${host}/hardware-configuration.nix
./mod
home-manager.nixosModules.home-manager {
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
Expand Down Expand Up @@ -131,7 +132,8 @@
nixpkgs.hostPlatform = system;
})
./host/${host}/configuration.nix
home-manager.nixosModules.home-manager {
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
Expand Down

0 comments on commit 17faf44

Please sign in to comment.