feat: add 'docker' home module to 'work' host

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 60cf0651dc
commit 23d3c5c83a
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
config = {
home.packages = with pkgs; [
dive
];
};
}