formatting

This commit is contained in:
John Lancaster
2026-03-11 00:56:03 -05:00
parent 95b35a509a
commit ed8b9cf439
2 changed files with 5 additions and 8 deletions

View File

@@ -4,12 +4,9 @@
virtualisation.docker = {
enable = true;
};
home-manager.sharedModules = [
inputs.self.modules.homeManager.docker
home-manager.sharedModules = with inputs.self.modules.homeManager; [
docker
];
# users.users.john = {
# extraGroups = [ "docker" ];
# };
};
flake.modules.homeManager.docker = { config, lib, pkgs, ... }: