feat: update hm firefox inclusion

This commit is contained in:
Nydragon 2024-06-25 17:16:50 +02:00
parent e5121b813d
commit 9d3c5f8d8b
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -1,5 +1,10 @@
{ pkgs, ... }:
{ {
pkgs,
lib,
osConfig,
...
}:
lib.mkIf osConfig.programs.firefox.enable {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
profiles.nico = { profiles.nico = {