This commit is contained in:
Mars 2024-11-24 23:38:18 -05:00
parent 3ff659d3d3
commit 1c04408e9f
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
6 changed files with 641 additions and 1794 deletions

View file

@ -33,6 +33,30 @@
builtins.attrValues {
inherit (epkgs.treesit-grammars) with-all-grammars;
}))
(callPackage "${inputs.nixpkgs}/pkgs/applications/editors/vscode/generic.nix" rec {
commandLineArgs = "";
version = "1.0.2";
pname = "windsurf";
executableName = "windsurf";
longName = "Windsurf";
shortName = "windsurf";
src = fetchurl {
url = "https://windsurf-stable.codeiumdata.com/linux-x64/stable/56025767068f846a4d68adf1914f19f9c34e1375/Windsurf-linux-x64-${version}.tar.gz";
hash = "sha256-YxXnSwjV8/0O2Slb6opKfEdRiGbtBaAVkRpg/BXlf6g=";
};
sourceRoot = "Windsurf";
tests = nixosTests.vscodium;
updateScript = "nil";
meta = {
description = "The first agentic IDE, and then some";
};
})
emacs-lsp-booster
equibop
glow
@ -43,8 +67,6 @@
libnotify
lm_sensors
loupe
mattermost-desktop
neovide
nodejs
playerctl
prismlauncher
@ -111,7 +133,6 @@
enable = true;
flavor = "mocha";
accent = "green";
pointerCursor.enable = true;
};
gtk = let