mirror of
https://github.com/nix-community/impermanence
synced 2024-11-10 05:44:17 +00:00
Merge pull request #82 from crunchcat/speify-main-flake-modules
Add default NixOS module to flake
This commit is contained in:
commit
bc3376a8e5
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
outputs = { self }: {
|
||||
nixosModules.impermanence = import ./nixos.nix;
|
||||
nixosModules.home-manager.impermanence = import ./home-manager.nix;
|
||||
nixosModule = self.nixosModules.impermanence;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue