dotfiles/nixos/modules/screen.nix
2025-01-16 23:26:43 +01:00

10 lines
No EOL
132 B
Nix

{ pkgs, ... }:
{
programs.light.enable = true;
environment.systemPackages = with pkgs; [
wlsunset
brightnessctl
];
}