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 --- stylix.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'stylix.nix') diff --git a/stylix.nix b/stylix.nix index 12b33a9..48f0cd9 100644 --- a/stylix.nix +++ b/stylix.nix @@ -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"]; + }; }; - }; } -- cgit v1.3.1