6 lines
74 B
Nix
6 lines
74 B
Nix
{ lib, pkgs, localPackages, ... }:
|
|
|
|
{
|
|
programs.light.enable = true;
|
|
}
|