mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-05 06:33:47 +01:00
added volume and brightness control
This commit is contained in:
@@ -170,6 +170,7 @@ in
|
||||
haskellPackages.xmobar
|
||||
feh
|
||||
trayer
|
||||
# xorg.xbacklight
|
||||
# htop
|
||||
]);
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user