summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-15 23:13:18 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-15 23:14:45 +0100
commitc8ca96bf705cd359642168cfbe1c6acc547e491a (patch)
tree243abcc719fc525d69a188ddf35df998f95814ce /flake.nix
parent81fde581e996434f4d6fe90963c7824669ac0b01 (diff)
Install tatuin from own form and remove nheko
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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: {