From 9705233e6c1d9412c8c4f00502c78580819ed068 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 2 Sep 2025 09:08:51 -0400 Subject: try librewolf and schizofox --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 90c25ed..e052586 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,8 @@ ./waybar.nix ./freetube.nix ./qutebrowser.nix + ./librewolf.nix + #./schizofox.nix ]; # Home Manager needs a bit of information about you and the paths it should @@ -77,6 +79,8 @@ skullNeovim.neovim + protonvpn-cli + protonvpn-gui # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -191,6 +195,7 @@ size = 25; package = pkgs.bibata-cursors; }; + # Let Home Manager install and manage itself. programs.home-manager.enable = true; } -- cgit v1.3.1