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 ]; }