nix-config/modules2/hosts/t480/imports.nix
Oliver Davies 0ff9b934d3
All checks were successful
/ check (push) Successful in 1m47s
Automated dev commit
2025-08-01 00:00:27 +01:00

7 lines
133 B
Nix

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