mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Restrict tmux and desktop tools to Void hosts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ lib, tmuxPlugins }:
|
||||
|
||||
tmuxPlugins.mkTmuxPlugin {
|
||||
pluginName = "project";
|
||||
version = "unstable-2023-05-04";
|
||||
src = ../.;
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user