This repository has been archived on 2024-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
desktop_nixos_config_legacy/home/platforms/thinkpad.nix

26 lines
668 B
Nix
Raw Normal View History

2024-08-23 21:32:44 +02:00
{
config.local = {
nixos = false;
display = {
"0" = "eDP-1";
"1" = null;
autorandrProfile = {
fingerprint = {
eDP-1 = "00ffffffffffff000dae0a1400000000291d0104a51f11780328659759548e271e505400000001010101010101010101010101010101363680a0703820403020a60035ad10000018000000fe004e3134304843412d4541450a20000000fe00434d4e0a202020202020202020000000fe004e3134304843412d4541450a200002";
};
config = {
eDP-1 = {
enable = true;
primary = true;
mode = "1920x1080";
rate = "60.0";
rotate = "normal";
};
};
};
};
};
}