diff options
author | polwex <polwex@sortug.com> | 2025-01-31 01:55:31 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-01-31 01:55:31 +0700 |
commit | 0e69d956f5fc20546d0a96a3891d6dd29942468b (patch) | |
tree | ea37d521b299e0d606dd6f84a3db76ff3a568ede /derivations/windsurf/update-shell.nix | |
parent | fb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 (diff) |
config for wayland on nvidia
Diffstat (limited to 'derivations/windsurf/update-shell.nix')
-rw-r--r-- | derivations/windsurf/update-shell.nix | 18 |
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 + ]; +} |