nix/graphical/fm.nix
2026-05-20 16:02:24 +10:00

10 lines
91 B
Nix

{
pkgs,
scope,
...
}:
with pkgs;
scope "apps" {
fm = caja;
archive = engrampa;
}