nix/graphical/fm.nix
2025-08-27 12:37:58 +10:00

10 lines
96 B
Nix

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