diff --git a/users/jordan/graphical/gnome.nix b/users/jordan/graphical/gnome.nix index b31d639..663b4e0 100644 --- a/users/jordan/graphical/gnome.nix +++ b/users/jordan/graphical/gnome.nix @@ -2,6 +2,7 @@ inputs, lib, pkgs, + osConfig, ... }: @@ -230,7 +231,7 @@ in sysprof ] ++ ( - if config.virtualisation.podman.enable then + if osConfig.virtualisation.podman.enable then [ pods ]