nix-dotfiles/home/programs/feh.nix

4 lines
72 B
Nix
Raw Normal View History

{ machineVars, ... }:
{
programs.feh.enable = !machineVars.headless;
}