From acbc09be8f72f83ee735a652069235e6214c31ec Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 4 Oct 2025 20:30:56 +0200 Subject: [PATCH] [water7] feat: Add Zen-browser & remove librewolf Signed-off-by: SindreKjelsrud --- hosts/water7/configuration.nix | 1 - hosts/water7/home.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/water7/configuration.nix b/hosts/water7/configuration.nix index 786a1bd..d9fa25f 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/water7/configuration.nix @@ -113,7 +113,6 @@ yt-dlp tailscale fastfetch - librewolf signal-desktop localsend vscodium diff --git a/hosts/water7/home.nix b/hosts/water7/home.nix index b619178..3f04c9a 100644 --- a/hosts/water7/home.nix +++ b/hosts/water7/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: { # Home Manager needs a bit of information about you and the paths it should @@ -21,6 +21,7 @@ gnupg pinentry-curses hyprpaper + inputs.zen-browser.packages."x86_64-linux".default ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage