summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-06-12 19:03:28 +0200
committerandromeda <andromeda@lenovo>2026-06-12 19:03:28 +0200
commitd3a1fe476d6ce9cac90fea61d03f8158b2d09c0e (patch)
tree637e2c65be1985314d6589681545e3412b6a7437 /shell.nix
parent3497d178379d34c604fd88aa41b8b6a8de6429bc (diff)
rgfw example
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 58c59c7..1d53317 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,12 @@
{pkgs ? import <nixpkgs> {}}: pkgs.mkShell {
packages = [
pkgs.zig
+
+ pkgs.libXi
+ pkgs.libX11
+ pkgs.libXrandr
+ pkgs.libXcursor
+ pkgs.libxkbcommon
+ pkgs.libGL
];
}