dotfiles/nixos/modules/screen.nix
2025-01-22 11:14:58 +01:00

10 lines
133 B
Nix

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