Refactor package management into modular Nix configuration
This commit is contained in:
10
modules/core/packages/virtualization.nix
Normal file
10
modules/core/packages/virtualization.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
virt-viewer
|
||||
lazydocker
|
||||
docker-client
|
||||
docker-compose
|
||||
distrobox
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user