summaryrefslogtreecommitdiff
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
parent81fde581e996434f4d6fe90963c7824669ac0b01 (diff)
Install tatuin from own form and remove nheko
-rw-r--r--flake.nix5
-rw-r--r--home-modules/apps/desktop/default.nix2
2 files changed, 5 insertions, 2 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: {
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix
index 58d32e2..5eb14f3 100644
--- a/home-modules/apps/desktop/default.nix
+++ b/home-modules/apps/desktop/default.nix
@@ -21,8 +21,6 @@ in
accent = "pink";
variant = "mocha";
})
-
- nheko
];
})
(lib.mkIf cfg.email.enable {