2025.04.30-20:50
This commit is contained in:
13
nixos_24.11_cinnamon/config/distrobox.nix
Normal file
13
nixos_24.11_cinnamon/config/distrobox.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.zulumann.extraGroups = [ "docker" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
distrobox # Wrapper around podman or docker to create and start containers
|
||||
boxbuddy # An unofficial GUI for managing your Distroboxes
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user