From 31cd975555986b8c00b151b8e92d901ec01e83c9 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 1 Nov 2025 16:26:29 -0600 Subject: [PATCH] cursor wihtout fhs --- hosts/workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 8313b05..ed0bc9c 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -36,7 +36,7 @@ in programs = { vscode = { enable = true; - package = pkgs.code-cursor-fhs; + package = pkgs.code-cursor; }; ghostty = { enable = true;