Files
dotfiles/system-modules/ydotool.nix
Lennart J. Kurzweg (Nx2) a20d64e278 gestures
2024-07-02 19:00:41 +02:00

6 lines
92 B
Nix

{ pkgs, lib, host, ... }:
lib.mkIf (host == "NxXPS")
{
programs.ydotool.enable = true;
}