nix/graphical/fm.nix
2025-08-12 15:47:26 +10:00

13 lines
128 B
Nix

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