summaryrefslogtreecommitdiffstats
path: root/stylix.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 /stylix.nix
parenttried qute browser (diff)
downloadnixos-9705233e6c1d9412c8c4f00502c78580819ed068.tar.gz
nixos-9705233e6c1d9412c8c4f00502c78580819ed068.tar.bz2
nixos-9705233e6c1d9412c8c4f00502c78580819ed068.zip
try librewolf and schizofox
Diffstat (limited to 'stylix.nix')
-rw-r--r--stylix.nix12
1 files changed, 8 insertions, 4 deletions
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"];
+ };
};
-
};
}