diff options
| -rw-r--r-- | stylix.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" ]; }; }; }; |
