diff options
| author | Andrew <admonty1@protonmail.com> | 2025-09-02 09:08:51 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-09-02 09:08:51 -0400 |
| commit | 9705233e6c1d9412c8c4f00502c78580819ed068 (patch) | |
| tree | c337ebc96620c396ec8f524ca0d67491b015b796 /home.nix | |
| parent | tried qute browser (diff) | |
| download | nixos-9705233e6c1d9412c8c4f00502c78580819ed068.tar.gz nixos-9705233e6c1d9412c8c4f00502c78580819ed068.tar.bz2 nixos-9705233e6c1d9412c8c4f00502c78580819ed068.zip | |
try librewolf and schizofox
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; } |
