[skypiea] feat: Add Zen-browser & remove librewolf

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2025-10-04 20:09:19 +02:00
parent 8f07bcd562
commit b719e2972d
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 51 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
@ -20,6 +20,7 @@
home.packages = with pkgs; [
gnupg
pinentry-curses
inputs.zen-browser.packages."x86_64-linux".default
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage