mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 12:10:22 -04:00
add dev shell
This commit is contained in:
parent
15bfffd87a
commit
fdeb304fb1
1 changed files with 17 additions and 0 deletions
17
shell.nix
Normal file
17
shell.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue