summaryrefslogtreecommitdiffstats
path: root/stylix.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stylix.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/stylix.nix b/stylix.nix
index b5c5222..7186a10 100644
--- a/stylix.nix
+++ b/stylix.nix
@@ -2,7 +2,8 @@
config,
pkgs,
...
-}: {
+}:
+{
stylix = {
enable = true;
autoEnable = true;
@@ -49,7 +50,7 @@
dunst.enable = true;
librewolf = {
enable = true;
- profileNames = ["skull"];
+ profileNames = [ "skull" ];
};
};
};