[skypiea] feat: Add Zen-browser & remove librewolf
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
8f07bcd562
commit
b719e2972d
4 changed files with 51 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue