summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-02-14 22:13:52 +0100
committerGrigory Shipunov2023-02-14 22:13:52 +0100
commitc4aefa0182521383068edacfe7d864c3ff9a6078 (patch)
tree41668961a623b91198cbd554eafe0bb9e2e2886d /flake.nix
parentdb45fa36331f575b8266a756eabb5829bdc3d339 (diff)
move tmux config to nix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e993e6a..698f435 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,6 +20,11 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
+
+ tmux-yank = {
+ url = "github:tmux-plugins/tmux-yank";
+ flake = false;
+ };
};
outputs =