Add brightnessctl for framework screen.
This commit is contained in:
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