diff options
author | Akshay <[email protected]> | 2023-05-03 03:38:28 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-05-03 03:38:28 +0100 |
commit | 40e33e0d82341048d307947284cea548778c56ce (patch) | |
tree | 3faa4f6860b6d71c6348d69ab40839423f02135e /hosts | |
parent | 8b1b7f44a516299446692494746d4a6cfacb0a01 (diff) |
bump
Diffstat (limited to 'hosts')
-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 | } |