Remove t490 configuration
All checks were successful
/ check (push) Successful in 1m40s

Migrated to Nixbook.
This commit is contained in:
Oliver Davies 2025-08-14 22:33:17 +01:00
parent be77d86fa2
commit 68f47db84e
9 changed files with 0 additions and 176 deletions

View file

@ -1,7 +0,0 @@
{ config, ... }:
{
flake.modules.nixos."nixosConfigurations/t490".imports = with config.flake.modules.nixos; [
pc
];
}