From e1a22878c7b43fe4f4fce52f5afb8d188fcd107f Mon Sep 17 00:00:00 2001 From: mrfluffy Date: Tue, 27 Jan 2026 22:11:13 +0000 Subject: [PATCH] khfajks --- dots/niri.nix | 4 ++-- home/homePkgs.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dots/niri.nix b/dots/niri.nix index 75a6185..fba2fb4 100755 --- a/dots/niri.nix +++ b/dots/niri.nix @@ -192,12 +192,12 @@ in "XF86MonBrightnessUp".action.spawn = [ "sh" "-c" - "dms ipc call brightness increment 5" + "dms ipc call brightness increment 5 backlight:intel_backlight" ]; "XF86MonBrightnessDown".action.spawn = [ "sh" "-c" - "dms ipc call brightness decrement 5" + "dms ipc call brightness decrement 5 backlight:intel_backlight" ]; # Window management (matching hyprland) diff --git a/home/homePkgs.nix b/home/homePkgs.nix index 7e190d8..0e2fc55 100755 --- a/home/homePkgs.nix +++ b/home/homePkgs.nix @@ -148,6 +148,7 @@ in #upscaler pear-desktop libsixel + jellyfin-desktop # ─── Development Toolchains ────────────────────────────────────────────────── gdb