diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-15 23:13:18 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-15 23:14:45 +0100 |
| commit | c8ca96bf705cd359642168cfbe1c6acc547e491a (patch) | |
| tree | 243abcc719fc525d69a188ddf35df998f95814ce /flake.nix | |
| parent | 81fde581e996434f4d6fe90963c7824669ac0b01 (diff) | |
Install tatuin from own form and remove nheko
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: { |
