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