Files
nixos/modules/home/apps.nix
T
kenji 6d19db6577 feat: replace loupe with imv and update plymouth theme
- Replaced Loupe with imv for a keyboard-driven image viewer experience.

- Updated Plymouth logo with Firewatch-inspired ASCII art gradient.

- Updated Plymouth background color to match Firewatch palette (#2D112A).
2026-01-05 13:55:04 -06:00

12 lines
172 B
Nix

{
imports = [
../../apps/yazi
../../apps/gemini
../../apps/firefox
../../apps/imv
../../apps/mpv
../../apps/mako
# ../../apps/starship
];
}