feat: update hm firefox inclusion
This commit is contained in:
parent
e5121b813d
commit
9d3c5f8d8b
1 changed files with 6 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue