mirror of
https://github.com/wlcx/home.git
synced 2025-12-08 19:43:46 +00:00
8 lines
77 B
Nix
8 lines
77 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
docker
|
|
colima
|
|
];
|
|
}
|