Files
nixos/modules/home/apps-optional.nix
T
2026-06-30 11:46:18 -05:00

27 lines
528 B
Nix

{pkgs, ...}: {
imports = [
../../apps/btop
../../apps/bottom
../../apps/anki
../../apps/gemini
../../apps/jellyfin
../../apps/tickrs
../../apps/claude
../../apps/delfin
../../apps/jellyfin-mpv-shim
../../apps/nextcloud
../../apps/ttyper
../../apps/libreoffice
../../apps/antigravity
# GAMES
../../apps/mo2
../../apps/minecraft
];
home.packages = with pkgs; [
# TODO: migrate these to `apps` folder.
chromium
imagemagick
# hidapitester
];
}