1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

distrobox: add module (#6528)

Added programs/distrobox.nix module. It provides the option "programs.distrobox.containers", which makes it possible to declare a list of containers to be created. Since building those containers is not possible at build time (because none container backend is available at that time), I also added a Systemd Unit to build those containers after switching the configuration.
This commit is contained in:
Aguirre Matteo 2025-03-21 12:07:00 -03:00 committed by GitHub
parent d61711497b
commit 8a68f18e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 160 additions and 0 deletions

View file

@ -88,6 +88,7 @@ let
./programs/dircolors.nix
./programs/direnv.nix
./programs/discocss.nix
./programs/distrobox.nix
./programs/earthly.nix
./programs/eclipse.nix
./programs/emacs.nix