This commit is contained in:
2024-11-09 13:24:47 -05:00
parent aaf3d5a879
commit 9b34a0c3a2
7 changed files with 76 additions and 64 deletions

8
etcnixos/distrobox.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
virtualisation.podman = {
enable = true;
};
environment.systemPackages = [ pkgs.distrobox ];
}