fixed option?

This commit is contained in:
John Lancaster
2025-07-03 23:36:16 -05:00
parent 6dbbced319
commit 1786f61e9a

View File

@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
{
# home.packages = with pkgs; lib.optionals config.docker [
home.packages = with pkgs; [
home.packages = lib.mkIf config.docker (with pkgs; [
docker
docker-compose
lazydocker