diff options
Diffstat (limited to 'stylix.nix')
| -rw-r--r-- | stylix.nix | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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"]; + }; }; - }; } |
