diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-30 20:56:26 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-30 20:56:26 -0500 |
| commit | 9882f579108d7c39589c7e96b428dced121bd31a (patch) | |
| tree | bb1a36fe5503771e501e26a1b6061ceba4ff306a /flake.nix | |
| parent | c1cef0f7eafaf85bbae9878b92971a97d7583247 (diff) | |
move tmux config to its own flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + tmux-tsunami = { + url = "github:bluedragon1221/tmux-tsunami"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.hjem.follows = "hjem"; + }; + firefox-csshacks = { url = "github:MrOtherGuy/firefox-csshacks"; flake = false; |
