gnome: use osConfig
Some checks failed
Check flake / build-amd64-linux (push) Failing after 59s

This commit is contained in:
Jordan Holt 2025-03-16 16:01:31 +00:00
parent 63583d9375
commit 635b5c8921
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
]