New Flake Style XPS fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
lib.mkIf (host == "NxXPS")
|
||||
{ pkgs, hyper, ... }:
|
||||
pkgs.lib.mkIf (hyper.host == "NxXPS")
|
||||
{
|
||||
programs.ydotool.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user