remove autorandr from old laptop

This commit is contained in:
Schrottkatze 2025-03-27 20:03:07 +01:00
parent 8b6d55aad6
commit 9379b9c61b
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -45,26 +45,8 @@
networking.hostName = "potatobook-g";
services.autorandr = {
enable = true;
profiles = {
"default" = {
config = {
"eDP-1" = {
enable = true;
mode = "1920x1200";
};
};
};
};
};
hardware.enableRedistributableFirmware = true;
environment.systemPackages = with pkgs; [
android-tools
];
environment.pathsToLink = [
"/share/nix-direnv"
];