stop managing firefox profile
parent
973f32ec09
commit
6893b8a157
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./firefox ];
|
||||
# imports = [ ./firefox ];
|
||||
|
||||
home.packages = [ pkgs.librewolf ];
|
||||
home.packages = [ pkgs.librewolf pkgs.firefox ];
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue