nixnew/modules/impurity.nix

6 lines
113 B
Nix
Raw Normal View History

2023-07-26 08:20:41 +00:00
{ self, inputs, ... }: {
imports = [ inputs.impurity.nixosModules.impurity ];
2023-06-21 01:08:53 +00:00
2023-07-26 08:20:41 +00:00
impurity.configRoot = self;
2023-06-21 01:08:53 +00:00
}