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