nix-config/hosts/nixos/modules/programs/ydotool.nix

5 lines
62 B
Nix

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