mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
users/foo-dogsquared/programs/browser: update conditional
This commit is contained in:
parent
9cb5f27b8d
commit
37db9a7929
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user