gnome: use osConfig

This commit is contained in:
Jordan Holt 2025-03-16 16:01:31 +00:00
parent 8357e744ec
commit 50bfb371d3
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -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
]