nix/graphical/fm.nix

10 lines
99 B
Nix

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