switch from zen-browser to floorp

this change was made for a multitude of reasons:
1. Zen's constant updates would be completely fine if they didn't almost always result in some part of my workflow being broken. I want my browser to be stable, I don't want updating to break the address bar completely like the latest update as of writing (1.0.2b)
2. Floorp is supported by Home Manager, allowing me to declaratively manage my browser configuration.
This commit is contained in:
cswimr 2024-12-11 15:05:31 -05:00
parent c873a86f32
commit 4b31769241
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
5 changed files with 229 additions and 35 deletions

View file

@ -1,7 +1,5 @@
{
pkgs,
inputs,
system,
lib,
...
}:
@ -22,10 +20,9 @@ let
libnotify
hoppscotch
];
flakePackages = with inputs; [ zen-browser.packages.${system}.specific ];
in
{
environment.systemPackages = lib.lists.unique (kdePackages ++ packages ++ flakePackages);
environment.systemPackages = lib.lists.unique (kdePackages ++ packages);
# Enable the X11 windowing system.
# You can leave this disabled if you're only using the Wayland session.