nix-config/modules/pc.nix
Oliver Davies 43df5bcd08
All checks were successful
/ check (push) Successful in 50s
Add nixos.base
2025-08-31 21:47:12 +01:00

5 lines
100 B
Nix

{ config, ... }:
{
flake.modules.nixos.pc.imports = with config.flake.modules.nixos; [ base ];
}