users/foo-dogsquared/programs/browser: update conditional

This commit is contained in:
Gabriel Arazas 2023-12-12 09:47:15 +08:00
parent 9cb5f27b8d
commit 37db9a7929
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -52,7 +52,7 @@ in
})
# Despite the name, it isn't a browser for furries.
(lib.mkIf (attrs ? osConfig -> !attrs.osConfig.programs.firefox.enable) {
(lib.mkIf cfg.firefox.enable {
programs.firefox = {
enable = true;