Fix docker daemon not setup

This commit is contained in:
aloslider
2026-03-07 17:20:27 +03:00
parent e4abb866e9
commit 7c82eb5dc5
2 changed files with 15 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@
users.benq = { pkgs, ... }: {
home.packages = with pkgs; [
lazygit
lazydocker
];
home.stateVersion = "25.05";
};