Files
nixos/modules/home/apps-optional.nix
T
kenji f25e3326e5 add(games): added fallout4 mod suppport
NOTE: this is a very specific application. Find a way to obscure for
common user.
2026-06-23 19:49:09 -05:00

26 lines
504 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
# GAMESZ
../../apps/mo2
];
home.packages = with pkgs; [
# TODO: migrate these to `apps` folder.
chromium
imagemagick
# hidapitester
];
}