mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
6 lines
117 B
Nix
6 lines
117 B
Nix
{
|
|
flake.modules.nixos.desktop = {pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [brightnessctl];
|
|
};
|
|
}
|