mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
10 lines
No EOL
132 B
Nix
10 lines
No EOL
132 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.light.enable = true;
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
wlsunset
|
|
brightnessctl
|
|
];
|
|
} |