From 9882f579108d7c39589c7e96b428dced121bd31a Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:56:26 -0500 Subject: move tmux config to its own flake --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6467578..462424f 100644 --- a/flake.nix +++ b/flake.nix @@ -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; -- cgit v1.3.1