From 4f0c4eee24a4b6f2edbdb569607484c5ea87f190 Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Thu, 5 Feb 2026 13:16:58 +0100 Subject: [PATCH 1/2] remove dead code --- dad/configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/dad/configuration.nix b/dad/configuration.nix index 9c02e3c..bf32959 100644 --- a/dad/configuration.nix +++ b/dad/configuration.nix @@ -75,8 +75,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget git nil nixd @@ -104,21 +102,11 @@ enable = true; user = "kemp"; program = "${pkgs.writeScriptBin "start-cage-app" '' - #!/usr/bin/env bash - # kmsprint | - # grep '(connected)' | - # sed -E 's/.* ([^ ]+) \(connected\).*/\1/' | - # while read -r output; do - # wlr-randr --output "$output" --transform 180 - # done exec ${pkgs.firefox}/bin/firefox ''}/bin/start-cage-app"; }; services.getty.loginProgram = "${pkgs.coreutils}/bin/true"; - services.udev.extraRules = '' - # ENV{LIBINPUT_CALIBRATION_MATRIX}="-1 0 1 0 -1 1" - ''; - + services.openssh = { enable = true; settings = { From 63731df4dd06826672921639c0866c59ab5c7074 Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Thu, 5 Feb 2026 15:58:42 +0100 Subject: [PATCH 2/2] Adjust weather widget and add libwebp package Stop appending wind_speed_unit in weather.forecast_home value to avoid duplicating units (the attribute already supplies the units). Also add libwebp to the kemptop package list for WebP image support. --- heimserver/configuration.nix | 2 +- kemptop/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/heimserver/configuration.nix b/heimserver/configuration.nix index a98824f..3dbf230 100644 --- a/heimserver/configuration.nix +++ b/heimserver/configuration.nix @@ -577,7 +577,7 @@ { state = "weather.forecast_home"; label = "Windgeschwindigkeit"; - value = "{attributes.wind_speed} {attributes.wind_speed_unit}"; + value = "{attributes.wind_speed}"; } { state = "sensor.load_power"; diff --git a/kemptop/configuration.nix b/kemptop/configuration.nix index 13c3bdc..025f4bb 100644 --- a/kemptop/configuration.nix +++ b/kemptop/configuration.nix @@ -139,6 +139,7 @@ wireguard-tools diffoscope nix-index + libwebp # GUI programs