dwl/shell.nix
2025-07-27 00:57:54 -04:00

17 lines
265 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
gnumake
pkg-config
wayland
xwayland
xorg.libxcb
xorg.xcbutilwm
wayland-protocols
wayland-scanner
libinput
wlroots_0_16
libxkbcommon
pixman
];
}