nix/graphical/fm.nix

13 lines
128 B
Nix

{
pkgs,
scope,
getPkgs,
...
}:
scope "user.packages"
<| getPkgs {
inherit (pkgs)
file-roller
nautilus
;
}