summaryrefslogtreecommitdiffstats
path: root/stylix.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"];
+ };
};
-
};
}