added distrobox

This commit is contained in:
Aly Raffauf 2024-03-02 19:32:29 -05:00
parent a98b6363cd
commit dc6898d9da

View file

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