refactor: development environment

This commit is contained in:
Ryan Yin
2023-08-03 23:16:12 +08:00
parent 79a866a287
commit 4a988dbce7
13 changed files with 182 additions and 21 deletions
+14
View File
@@ -0,0 +1,14 @@
{
pkgs,
pkgs-unstable,
...
}: {
home.packages = with pkgs; [
skopeo
docker-compose
dive # explore docker layers
];
programs = {
};
}