4 lines
93 B
Nix
4 lines
93 B
Nix
|
{ self, ... }: { lib, config, pkgs, ... }: {
|
||
|
imports = with self.nixosModules; [ magi ];
|
||
|
}
|