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