6 lines
92 B
Nix
6 lines
92 B
Nix
{ pkgs, lib, host, ... }:
|
|
lib.mkIf (host == "NxXPS")
|
|
{
|
|
programs.ydotool.enable = true;
|
|
}
|