diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 13:12:34 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-10 13:12:34 +0200 |
| commit | 7a1cb9ada9e9cfdaa7f7b072a1f217c7b0145947 (patch) | |
| tree | 96183b44b9c16bfb555525679ca7142863f75a69 | |
| parent | e31c50d481d3a55c239f4613f11ecfe0fcaa7474 (diff) | |
added firefox.profileNames
| -rw-r--r-- | home/rices/schrottkatze/stylix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/rices/schrottkatze/stylix.nix b/home/rices/schrottkatze/stylix.nix index a3eaeaa..4c9d500 100644 --- a/home/rices/schrottkatze/stylix.nix +++ b/home/rices/schrottkatze/stylix.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { stylix.targets = { + firefox.profileNames = ["mun"]; helix.enable = false; btop.enable = false; nushell.enable = false; |
