NixToSee/modules/pkg_mgrmnt/default.nix

7 lines
90 B
Nix

{...}: {
imports = [
./flatpak.nix
./podman.nix
./store_pkg_file.nix
];
}