t14_legacy_config/home/platforms/thinkpad.nix

8 lines
101 B
Nix
Raw Normal View History

2022-11-29 20:55:12 +01:00
{
config.local.display = {
"0" = "eDP-1";
"1" = null;
};
2022-11-30 00:28:53 +01:00
config.local.nixos = false;
2022-11-29 20:55:12 +01:00
}