aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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;