summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-09-02 09:08:51 -0400
committerAndrew <admonty1@protonmail.com>2025-09-02 09:08:51 -0400
commit9705233e6c1d9412c8c4f00502c78580819ed068 (patch)
treec337ebc96620c396ec8f524ca0d67491b015b796 /home.nix
parenttried qute browser (diff)
downloadnixos-9705233e6c1d9412c8c4f00502c78580819ed068.tar.gz
nixos-9705233e6c1d9412c8c4f00502c78580819ed068.tar.bz2
nixos-9705233e6c1d9412c8c4f00502c78580819ed068.zip
try librewolf and schizofox
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix5
1 files changed, 5 insertions, 0 deletions
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;
}