21 lines
382 B
Nix
21 lines
382 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
|
|
];
|
|
}
|