generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
10
nixos/screen.nix
Normal file
10
nixos/screen.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.light.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlsunset
|
||||
brightnessctl
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user