generated from andy/linux-nixos-hyprland-config-dotfiles
11 lines
133 B
Nix
11 lines
133 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.light.enable = true;
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
wlsunset
|
|
brightnessctl
|
|
];
|
|
}
|