From dc8094726026c5b56b5600f95da8475561b1073d Mon Sep 17 00:00:00 2001 From: tcmal Date: Mon, 3 Jun 2024 17:06:15 +0100 Subject: initial commit: basic xorg initialisation --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..3413d9c --- /dev/null +++ b/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { buildInputs = with pkgs; [ xorg.libxcb ]; } -- cgit v1.2.3