nix/graphical/fm.nix

9 lines
82 B
Nix

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