From c8ca96bf705cd359642168cfbe1c6acc547e491a Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 15 Nov 2025 23:13:18 +0100 Subject: Install tatuin from own form and remove nheko --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 74c39ed..b10155a 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,11 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + + tatuin = { + url = "github:Wilkuu-2/tatuin/flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, ... }@inputs: { -- cgit v1.3.1