Skip to content

Commit

Permalink
Merge pull request #43 from RiscadoA/master
Browse files Browse the repository at this point in the history
Added home manager module to flake.nix
  • Loading branch information
lovesegfault authored Dec 8, 2021
2 parents 0616c64 + 80fc823 commit df5038f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
outputs = { self }: {
nixosModules.impermanence = import ./nixos.nix;
nixosModules.home-manager.impermanence = import ./home-manager.nix;
};
}

0 comments on commit df5038f

Please sign in to comment.