From 8c23b59a6006a5aea466baff479d6bdb77e74c08 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 15 Apr 2024 19:09:59 +0200 Subject: [PATCH] Remove most traces of x11 --- hosts/seb-desktop/hardware.nix | 21 --------------------- hosts/seb-laptop/hardware.nix | 21 --------------------- modules/home/de/default.nix | 2 -- 3 files changed, 44 deletions(-) diff --git a/hosts/seb-desktop/hardware.nix b/hosts/seb-desktop/hardware.nix index a74b36b..4d2a640 100644 --- a/hosts/seb-desktop/hardware.nix +++ b/hosts/seb-desktop/hardware.nix @@ -44,27 +44,6 @@ }; }; - services.autorandr = { - enable = true; - profiles = { - "primary" = { - fingerprint = { - "DP-2" = "00ffffffffffff0005e30227262602001a1e0104a53c22783bdad5ad5048a625125054bfef00d1c081803168317c4568457c6168617c565e00a0a0a029503020350055502100001e40e7006aa0a067500820980455502100001a000000fc0051323747325747340a20202020000000fd003090e6e63c010a20202020202001e702031ff14c0103051404131f120211903f230907078301000065030c0010006fc200a0a0a055503020350055502100001e5aa000a0a0a046503020350055502100001e023a801871382d40582c450055502100001eab22a0a050841a303020360055502100001af03c00d051a0355060883a0055502100001c00000000000080"; - }; - config = { - "DP-2" = { - enable = true; - primary = true; - position = "0x0"; - mode = "2560x1440"; - rate = "144"; - }; - }; - }; - }; - }; - services.xserver.displayManager.sessionCommands = "autorandr -c"; - systemd.services.gpu-temp-reader = { wantedBy = ["multi-user.target"]; requires = ["fancontrol.service"]; diff --git a/hosts/seb-laptop/hardware.nix b/hosts/seb-laptop/hardware.nix index 788686c..67b3fb8 100644 --- a/hosts/seb-laptop/hardware.nix +++ b/hosts/seb-laptop/hardware.nix @@ -19,26 +19,5 @@ nixpkgs.hostPlatform = "x86_64-linux"; hardware.cpu.amd.updateMicrocode = true; - services.autorandr = { - enable = true; - profiles = { - "laptop" = { - fingerprint = { - "eDP-1" = "00ffffffffffff000dae221500000000161e0104a52213780328659759548e271e5054000000010101010101010101010101010101015c6f80a070383e403020a50058c11000001a000000fd00307889891d010a202020202020000000fe00594d485748803135364852410a000000000001410f99001000000b010a2020016970137900000301145c6f00047f079f002f001f003704b4040900040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a90"; - }; - config = { - "eDP-1" = { - enable = true; - primary = true; - position = "0x0"; - mode = "1920x1080"; - rate = "60"; - }; - }; - }; - }; - }; - services.xserver.displayManager.sessionCommands = "autorandr -c"; - services.auto-cpufreq.enable = true; } diff --git a/modules/home/de/default.nix b/modules/home/de/default.nix index 915bf66..c95ff67 100644 --- a/modules/home/de/default.nix +++ b/modules/home/de/default.nix @@ -64,8 +64,6 @@ in { name = "Bibata-Original-Classic"; package = pkgs.bibata-cursors; size = 24; - x11.enable = true; - x11.defaultCursor = "X_cursor"; gtk.enable = true; }; })