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