NixToSee/modules/pkg_mgrmnt/default.nix
2024-12-13 19:06:00 +01:00

8 lines
116 B
Nix

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