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 /stylix.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-- | stylix.nix | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,6 +1,8 @@ -{ config, pkgs, ... }: { - + config, + pkgs, + ... +}: { stylix = { enable = true; autoEnable = true; @@ -45,8 +47,10 @@ hyprpaper.enable = true; fzf.enable = true; dunst.enable = true; - + librewolf = { + enable = true; + profileNames = ["skull"]; + }; }; - }; } |
