From 53c2dcba909ff8d29ef271d341f7c17d2546944b Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Sun, 30 Jun 2024 21:17:30 +0200 Subject: [PATCH] added volume and brightness control --- configuration.nix | 1 + hardware-configuration.nix | 3 +++ home.nix | 1 + 3 files changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 58f64fe..1d5fc6a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -170,6 +170,7 @@ in haskellPackages.xmobar feh trayer + # xorg.xbacklight # htop ]); diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 2319712..3a2f8fe 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -38,4 +38,7 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + # BRIGHTNESS + # hardware.acpilight.enable = true; } diff --git a/home.nix b/home.nix index 5b6666c..3aac0e1 100644 --- a/home.nix +++ b/home.nix @@ -13,6 +13,7 @@ # discord # firefox scrot + brightnessctl ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage