From 55a22804c50b3b9ad49589fab1de861f428df4c7 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 27 Oct 2025 13:43:14 +0100 Subject: [PATCH 1/3] disable health remonder --- system-modules/health_reminder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-modules/health_reminder.nix b/system-modules/health_reminder.nix index a91228f..123d653 100644 --- a/system-modules/health_reminder.nix +++ b/system-modules/health_reminder.nix @@ -2,7 +2,7 @@ lib.mkIf (hyper.host != "NxACE") { systemd.timers."health_reminder" = { - enable = true; + enable = false; wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "30m"; From 64a54b2cd6ea42fcb99be48ccec8e35e152bc9b4 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 27 Oct 2025 13:43:26 +0100 Subject: [PATCH 2/3] switch to lts on xps --- system-modules/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-modules/boot.nix b/system-modules/boot.nix index cca0ff9..985d9f2 100644 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -22,7 +22,7 @@ configurationLimit = 10; }; } else if hyper.host == "NxXPS" then { - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; kernelModules = [ "v4l2loopback" ]; extraModprobeConfig = ''options v4l2loopback devices=1 video_nr=1 card_label="OBS VCam" exclusive_caps=1''; From 0eaa052cd52e290d09293b9ec68fa8e962eb9568 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 27 Oct 2025 13:45:31 +0100 Subject: [PATCH 3/3] pinned special border --- home-modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index babb682..2914cc1 100644 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -224,7 +224,7 @@ in { ]; windowrulev2 = [ - "bordercolor rgba(${rice.lib.nohash rice.color.magenta.bright}ff), pinned:1" + "bordercolor rgba(${rice.lib.nohash rice.color.special.bright}ff), pinned:1" "bordersize 0, floating:0, onworkspace:w[tv1]" "rounding 0, floating:0, onworkspace:w[tv1]"