From 26ac3a8e021d4a5c4634bce2cab2667d6f5ce42b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 9 Mar 2026 12:15:56 +0100 Subject: [PATCH] Home/Nixtop: Replace light with brightnessctl --- home/christoph/nixtop/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index 9057b6a8..0f2931b7 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -1,5 +1,5 @@ # Here goes the stuff that will only be enabled on the laptop -{...}: { +{pkgs, ...}: { config = { homemodules = { hyprland = { @@ -29,7 +29,9 @@ }; home = { - # packages = with pkgs; []; + packages = with pkgs; [ + brightnessctl + ]; # Do not change. # This marks the version when NixOS was installed for backwards-compatibility.