aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-30 20:56:26 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-30 20:56:26 -0500
commit9882f579108d7c39589c7e96b428dced121bd31a (patch)
treebb1a36fe5503771e501e26a1b6061ceba4ff306a /flake.nix
parentc1cef0f7eafaf85bbae9878b92971a97d7583247 (diff)
move tmux config to its own flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
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;