From 9fa7d0c4f50cf240c7395a92e21d1aa15ba9afc9 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 26 Dec 2025 15:33:39 -0600 Subject: [PATCH] add: tte --- apps/tte/home.nix | 5 +++++ modules/home/hyprland.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 apps/tte/home.nix diff --git a/apps/tte/home.nix b/apps/tte/home.nix new file mode 100644 index 0000000..d96ec6f --- /dev/null +++ b/apps/tte/home.nix @@ -0,0 +1,5 @@ +{pkgs, ...}: { + home.packages = with pkgs; [ + terminaltexteffects + ]; +} diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 9173046..cee26c5 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -4,5 +4,6 @@ ../../apps/walker/home.nix # ../../apps/fsel/home.nix ../../apps/hyprpaper/home.nix + ../../apps/tte/home.nix ]; }