cleanup x13s expressions

This commit is contained in:
steveej 2024-11-02 22:45:19 +01:00
parent 56955abbe8
commit a6ca006c14
3 changed files with 0 additions and 252 deletions

View file

@ -370,9 +370,5 @@
};
in (all // {default = all.develop;});
};
flake.nixosModules = {
# thinkpad-x13s = { pkgs, config, lib, options, ... } @ args: (import ./nix/os/modules/hardware.thinkpad-x13s.nix (args // { inherit self; }));
};
});
}