nix-config/modules/distrobox.nix

11 lines
95 B
Nix

{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
distrobox
];
}