From 466fff5753da3e4bcc338dc5e1831bdf58dec9db Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 23 Apr 2025 14:44:00 +0200 Subject: [PATCH] Fixed stylix vscode profile name --- user-modules/desktop/theming/colors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-modules/desktop/theming/colors.nix b/user-modules/desktop/theming/colors.nix index f418de4..00f6b1e 100644 --- a/user-modules/desktop/theming/colors.nix +++ b/user-modules/desktop/theming/colors.nix @@ -144,7 +144,7 @@ in qutebrowser.enable = true; vscode = { enable = true; - profileNames = [ "Default" ]; + profileNames = [ "default" ]; }; zathura.enable = true; };