This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-07-02 19:00:41 +02:00
parent 8394da19df
commit a20d64e278
4 changed files with 13 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, lib, host, ... }:
lib.mkIf (host == "NxXPS")
{
programs.ydotool.enable = true;
}