darwin fixes

This commit is contained in:
2025-08-19 18:34:15 -07:00
parent 234858f28b
commit 722ae3f786

View File

@@ -32,6 +32,6 @@
maplocalleader = " ";
};
clipboard.providers.wl-copy.enable = true;
clipboard.providers.wl-copy.enable = lib.mkIf (hostname != "eva-02") true;
};
}