Add brightness control

This commit is contained in:
Elnu 2023-01-05 18:57:30 -08:00
parent ac4d40d628
commit caff89ca3b
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
imports = [
./polybar.nix
./i3.nix
];
}