nix/module/desktop/Brightness.nix

4 lines
44 B
Nix
Raw Normal View History

2024-03-28 12:01:06 +03:00
{ ... }: {
programs.light.enable = true;
}