diff options
| author | andromeda <andromeda@lenovo> | 2026-08-25 04:20:06 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-08-25 04:20:06 +0200 |
| commit | d4c9403935ba8b60b320d8f248406e4f608da33a (patch) | |
| tree | 043f86baf87ed9eb55d8d69e6804b5cd0b07c681 /shell.nix | |
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..1d53317 --- /dev/null +++ b/shell.nix @@ -0,0 +1,12 @@ +{pkgs ? import <nixpkgs> {}}: pkgs.mkShell { + packages = [ + pkgs.zig + + pkgs.libXi + pkgs.libX11 + pkgs.libXrandr + pkgs.libXcursor + pkgs.libxkbcommon + pkgs.libGL + ]; +} |
