nixnew/modules/impurity.nix
2023-07-26 01:20:41 -07:00

6 lines
113 B
Nix

{ self, inputs, ... }: {
imports = [ inputs.impurity.nixosModules.impurity ];
impurity.configRoot = self;
}