Files
nixos/modules/home/apps-optional.nix
T
kenji 1e536baee6 remove(apps): hidapitester
not sure what this is. removing for redundancy.
2026-06-20 11:33:30 -05:00

22 lines
401 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
];
home.packages = with pkgs; [
chromium
imagemagick
# hidapitester
];
}