nix/graphical/fm.nix
2026-02-25 21:30:31 +11:00

9 lines
87 B
Nix

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