mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
os-config: use brave as default browser
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
(lib.mkIf cfg.firefox.enable config.materus.profile.packages.firefox)
|
||||
(lib.mkIf cfg.vivaldi.enable pkgs.vivaldi)
|
||||
(lib.mkIf cfg.brave.enable pkgs.brave)
|
||||
];
|
||||
] ++ [ (lib.mkIf (osConfig != null && osConfig.materus.profile.browser.enable) osConfig.materus.profile.browser.package)];
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user