Removed bloat

This commit is contained in:
Bryan Ramos 2024-01-28 07:53:55 -05:00
parent 74e91be6c8
commit 98e2bfe511
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 1 additions and 82 deletions

View file

@ -8,11 +8,9 @@ in
{ options.modules.browsers = { enable = mkEnableOption "browsers"; };
config = mkIf cfg.enable {
programs.firefox.enable = true;
programs.chromium.enable = true;
home.packages = with pkgs; [
tor-browser vieb
tor-browser
];
home.file.".config/Vieb/viebrc".source = ./config/viebrc;
};
}