From f3a0b113866dc2837e2f9e27cbd2c151cf53ac9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 19 Mar 2026 09:16:22 +0100 Subject: [PATCH] non important commit --- configuration/modules/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/modules/system.nix b/configuration/modules/system.nix index 8228ef7..96f9af6 100644 --- a/configuration/modules/system.nix +++ b/configuration/modules/system.nix @@ -40,7 +40,7 @@ settings.Login.powerKeyLongPress = "poweroff"; }; - hardware.iio-sensor-proxy.enable = true; + hardware.sensor.iio.enable = true; security.rtkit.enable = true; programs.noisetorch.enable = true;