gestures
This commit is contained in:
5
system-modules/ydotool.nix
Normal file
5
system-modules/ydotool.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
lib.mkIf (host == "NxXPS")
|
||||
{
|
||||
programs.ydotool.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user