Skip to content

Commit

Permalink
Merge pull request #225 from xiro-codes/patch-1
Browse files Browse the repository at this point in the history
add: default nixos module
  • Loading branch information
talyz authored Oct 16, 2024
2 parents dff77f7 + ee6d65f commit f35bd93
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.default = self.nixosModules.impermanence;
nixosModules.impermanence = import ./nixos.nix;
nixosModules.home-manager.impermanence = import ./home-manager.nix;
nixosModule = self.nixosModules.impermanence;
Expand Down

0 comments on commit f35bd93

Please sign in to comment.