Add brightnessctl for framework screen.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
./programs/brightnessctl.nix
|
||||
./programs/fwupd.nix
|
||||
./programs/powertop.nix
|
||||
./programs/sof-firmware.nix
|
||||
|
||||
6
nodes/hosts/nixwork/programs/brightnessctl.nix
Normal file
6
nodes/hosts/nixwork/programs/brightnessctl.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = [
|
||||
pkgs.brightnessctl
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user