diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 15:25:51 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 15:26:11 -0600 |
| commit | feba291fa1e837caa72dc68f37ee99e57af5da13 (patch) | |
| tree | 06a7a912992ff0a608f094b90b56e7bc1bfdccd5 /flake.nix | |
| parent | cdf6e32fe39479eee5a189c2b8ac6bb3d8f7b992 (diff) | |
changes to mercury
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + glide-browser = { + url = "github:glide-browser/glide.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + tmux-tsunami = { url = "github:bluedragon1221/tmux-tsunami"; inputs.nixpkgs.follows = "nixpkgs"; |
