summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
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;
}