Files
nixos/modules/home/apps-optional.nix
T
2026-07-02 07:20:26 -05:00

27 lines
530 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
];
}