weh
This commit is contained in:
parent
3ff659d3d3
commit
1c04408e9f
6 changed files with 641 additions and 1794 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue