summaryrefslogtreecommitdiff
path: root/derivations/windsurf/update-shell.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-01-31 01:55:31 +0700
committerpolwex <polwex@sortug.com>2025-01-31 01:55:31 +0700
commit0e69d956f5fc20546d0a96a3891d6dd29942468b (patch)
treeea37d521b299e0d606dd6f84a3db76ff3a568ede /derivations/windsurf/update-shell.nix
parentfb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 (diff)
config for wayland on nvidia
Diffstat (limited to 'derivations/windsurf/update-shell.nix')
-rw-r--r--derivations/windsurf/update-shell.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/derivations/windsurf/update-shell.nix b/derivations/windsurf/update-shell.nix
new file mode 100644
index 0000000..366cef6
--- /dev/null
+++ b/derivations/windsurf/update-shell.nix
@@ -0,0 +1,18 @@
+{
+ lib,
+ pkgs,
+ ...
+}:
+lib.mkShell {
+ packages = with pkgs; [
+ bash
+ curl
+ gawk
+ gnugrep
+ gnused
+ jq
+ nix
+ nix-prefetch
+ nix-prefetch-scripts
+ ];
+}