remove autorandr from old laptop

This commit is contained in:
Schrottkatze 2025-03-27 20:03:07 +01:00
commit 9379b9c61b
No known key found for this signature in database

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"
];