7 lines
92 B
Nix
7 lines
92 B
Nix
{ ... }: {
|
|
imports = [
|
|
./flatpak.nix
|
|
./podman.nix
|
|
./store_pkg_file.nix
|
|
];
|
|
}
|