From b954c3261f08ee1fb2be47aabf89397057ada22c Mon Sep 17 00:00:00 2001 From: derped Date: Fri, 16 Jun 2023 23:56:08 +0200 Subject: [PATCH] Use acpibacklight instead of xbacklight. --- pkgsets/xpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgsets/xpkgs.nix b/pkgsets/xpkgs.nix index ef737c2..2e4f07b 100644 --- a/pkgsets/xpkgs.nix +++ b/pkgsets/xpkgs.nix @@ -4,6 +4,7 @@ let cfg = config.machine; in { config.machine.pkgsets.xpkgs.pkgs = with pkgs; [ + acpilight feh scrot theme_sddm_midnight @@ -16,7 +17,6 @@ in { pavucontrol xclip xorg.xkill - (if (cfg.hostName == "Marid") then xbacklight else xorg.xbacklight) xdiskusage ]; }