diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 01ef840..0000000 --- a/shell.nix +++ /dev/null @@ -1,18 +0,0 @@ -{pkgs ? import {}}: -pkgs.mkShell { - packages = with pkgs; [ - gnumake - pkg-config - wayland - xwayland - xorg.libxcb - xorg.xcbutilwm - wayland-protocols - wayland-scanner - libinput - wlroots - libxkbcommon - pixman - systemd - ]; -}