distrobox init

This commit is contained in:
2025-10-12 11:43:09 -06:00
parent 9404428af6
commit 6b4488cf8d
4 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{config, pkgs, ...}:
{
programs.distrobox.containers.archlinux = {
additional_packages = "helix zsh git";
image = "archlinux:latest";
nvidia = false;
init = false;
pull = true;
};
}