From 40e33e0d82341048d307947284cea548778c56ce Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 3 May 2023 08:08:28 +0530 Subject: bump --- hosts/myrtle/configuration.nix | 7 ------- hosts/myrtle/hardware-configuration.nix | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'hosts') diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 4212556..fa6b0d7 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -168,13 +168,6 @@ suspendCapacity = 5; }; - touchegg.enable = true; - - signald = { - enable = true; - group = "signald"; - }; - auto-cpufreq.enable = true; }; diff --git a/hosts/myrtle/hardware-configuration.nix b/hosts/myrtle/hardware-configuration.nix index 099052a..74872ed 100644 --- a/hosts/myrtle/hardware-configuration.nix +++ b/hosts/myrtle/hardware-configuration.nix @@ -39,5 +39,5 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; + # hardware.video.hidpi.enable = lib.mkDefault true; } -- cgit v1.2.3