stop managing firefox profile

feat/kile-v2
Ricard Illa 2022-03-15 14:29:47 +01:00
parent 973f32ec09
commit 6893b8a157
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ config, pkgs, ... }:
{
imports = [ ./firefox ];
# imports = [ ./firefox ];
home.packages = [ pkgs.librewolf ];
home.packages = [ pkgs.librewolf pkgs.firefox ];
programs.chromium = {
enable = true;