mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
17 lines
159 B
Nix
17 lines
159 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./3x-ui.nix
|
|
];
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
compose2nix
|
|
podman-tui
|
|
];
|
|
}
|