From 9379b9c61b46e8053cc4bd9b6e31f548aac3e7d7 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 27 Mar 2025 20:03:07 +0100 Subject: [PATCH] remove autorandr from old laptop --- hosts/potatobook-g/configuration.nix | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/hosts/potatobook-g/configuration.nix b/hosts/potatobook-g/configuration.nix index 11e0641..db0f132 100644 --- a/hosts/potatobook-g/configuration.nix +++ b/hosts/potatobook-g/configuration.nix @@ -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" ];