nixfiles/hardware/laptop.nix

5 lines
65 B
Nix

{ config, lib, pkgs, ... }:
{
programs.light.enable = true;
}