mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
8 lines
77 B
Nix
8 lines
77 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
docker
|
|
colima
|
|
];
|
|
}
|