diff options
| author | Grigory Shipunov | 2023-02-14 22:13:52 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-02-14 22:13:52 +0100 |
| commit | c4aefa0182521383068edacfe7d864c3ff9a6078 (patch) | |
| tree | 41668961a623b91198cbd554eafe0bb9e2e2886d /flake.nix | |
| parent | db45fa36331f575b8266a756eabb5829bdc3d339 (diff) | |
move tmux config to nix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 = |
