diff options
| author | Skullheadx <admonty1@protonmail.com> | 2025-11-16 22:44:57 -0500 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2025-11-16 22:44:57 -0500 |
| commit | 3a21aa53e2ab165cd815ae0567987424dc943e22 (patch) | |
| tree | be864e4c2d6b14d000bc23979b6b521add6e6cd7 /stylix.nix | |
| parent | try to fix tmux navigator (diff) | |
| download | nixos-3a21aa53e2ab165cd815ae0567987424dc943e22.tar.gz nixos-3a21aa53e2ab165cd815ae0567987424dc943e22.tar.bz2 nixos-3a21aa53e2ab165cd815ae0567987424dc943e22.zip | |
formatting
Diffstat (limited to '')
| -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" ]; }; }; }; |
