diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 12:53:18 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 12:53:18 -0600 |
| commit | 38770f9c2aa39e3c7af5a6bddb01fbad69de678b (patch) | |
| tree | 1c44cbfed879b5bbac4bf91c1ce4f48f0bb1898b /flake.nix | |
| parent | 09b0c69504e9b51bcb17af58927f3058de635d39 (diff) | |
misc changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + copyparty = { + url = "github:9001/copyparty"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + tmux-tsunami = { url = "github:bluedragon1221/tmux-tsunami"; inputs.nixpkgs.follows = "nixpkgs"; |
