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