6d19db6577
- 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).
12 lines
172 B
Nix
12 lines
172 B
Nix
{
|
|
imports = [
|
|
../../apps/yazi
|
|
../../apps/gemini
|
|
../../apps/firefox
|
|
../../apps/imv
|
|
../../apps/mpv
|
|
../../apps/mako
|
|
# ../../apps/starship
|
|
];
|
|
}
|