diff options
Diffstat (limited to 'hosts/myrtle')
-rw-r--r-- | hosts/myrtle/configuration.nix | 7 | ||||
-rw-r--r-- | hosts/myrtle/hardware-configuration.nix | 2 |
2 files changed, 1 insertions, 8 deletions
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 @@ | |||
168 | suspendCapacity = 5; | 168 | suspendCapacity = 5; |
169 | }; | 169 | }; |
170 | 170 | ||
171 | touchegg.enable = true; | ||
172 | |||
173 | signald = { | ||
174 | enable = true; | ||
175 | group = "signald"; | ||
176 | }; | ||
177 | |||
178 | auto-cpufreq.enable = true; | 171 | auto-cpufreq.enable = true; |
179 | 172 | ||
180 | }; | 173 | }; |
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 @@ | |||
39 | powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; | 39 | powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; |
40 | hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; | 40 | hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; |
41 | # high-resolution display | 41 | # high-resolution display |
42 | hardware.video.hidpi.enable = lib.mkDefault true; | 42 | # hardware.video.hidpi.enable = lib.mkDefault true; |
43 | } | 43 | } |