move tmux config to nix

This commit is contained in:
Grigory Shipunov 2023-02-14 22:13:52 +01:00
parent db45fa3633
commit c4aefa0182
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 72 additions and 2 deletions

View file

@ -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 =