nix-config/modules2/hosts/t480/imports.nix
Oliver Davies a2e3cc96fb
All checks were successful
/ check (push) Successful in 1m49s
Add firmware module
2025-07-31 17:10:11 +01:00

8 lines
140 B
Nix

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