mirror of
https://github.com/nix-community/impermanence
synced 2024-11-10 05:44:17 +00:00
Add default NixOS module to flake
This commit is contained in:
parent
ff540dbe20
commit
7a36ba9279
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