trying this

This commit is contained in:
Bryan Ramos 2023-06-06 13:30:16 -04:00
parent 8374f7de3e
commit 8abda55ac9
10 changed files with 132 additions and 22 deletions

View file

@ -8,8 +8,8 @@ in
{ options.modules.browsers = { enable = mkEnableOption "browsers"; };
config = mkIf cfg.enable {
programs.firefox = {
enabled = true;
profiles.bryan = import config/bryan.nix { inherit config; };
enable = true;
profiles.bryan = import config/bryan.nix { inherit pkgs; };
};
home.packages = [