nix-config/modules2/hosts/PW05CH3L/imports.nix
Oliver Davies 3bcf37f394
All checks were successful
/ check (push) Successful in 1m45s
Start refactoring pc and desktop configurations
2025-07-31 18:58:14 +01:00

7 lines
132 B
Nix

{ config, ... }:
{
flake.modules.nixos."nixosConfigurations/PW05CH3L".imports = with config.flake.modules.nixos; [
pc
];
}