From f6c529400ac6e92fd8a1dc67bb2ca57186a29473 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 20 Jun 2025 11:04:30 +0200 Subject: [PATCH] wildfire: 232 current 2025-06-20 11:04:26 25.05.20250617.36ab78d 6.15.2 * comments --- modules/home/code-cursor.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/code-cursor.nix b/modules/home/code-cursor.nix index 3fdcd62..d0c6a09 100644 --- a/modules/home/code-cursor.nix +++ b/modules/home/code-cursor.nix @@ -18,7 +18,6 @@ esbenp.prettier-vscode # Prettier code formatting bradlc.vscode-tailwindcss # Tailwind IntelliSense unifiedjs.vscode-mdx # MDX language - # csstools.postcss # PostCSS language # not available waderyan.gitblame # Git blame @@ -31,10 +30,11 @@ jnoortheen.nix-ide # Nix language - # pgourlain.erlang # Erlang language # not available - redhat.vscode-yaml # YAML ms-vscode.hexeditor # Hex editor + # Manually install these (not available as nixpkgs) + # pgourlain.erlang # Erlang language # not available + # csstools.postcss # PostCSS language # not available ]; profiles.default.userSettings = { "terminal.external.linuxExec" = "ghostty";