6 lines
100 B
Nix
6 lines
100 B
Nix
|
{ config, ... }:
|
||
|
|
||
|
{
|
||
|
flake.modules.nixos.pc.imports = with config.flake.modules.nixos; [ base ];
|
||
|
}
|