From 0e69d956f5fc20546d0a96a3891d6dd29942468b Mon Sep 17 00:00:00 2001 From: polwex Date: Fri, 31 Jan 2025 01:55:31 +0700 Subject: config for wayland on nvidia --- derivations/windsurf/update-shell.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 derivations/windsurf/update-shell.nix (limited to 'derivations/windsurf/update-shell.nix') 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 + ]; +} -- cgit v1.2.3