mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 12:10:22 -04:00
Compare commits
2 commits
15bfffd87a
...
d03bbf24bf
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d03bbf24bf | ||
![]() |
fdeb304fb1 |
1 changed files with 18 additions and 0 deletions
18
shell.nix
Normal file
18
shell.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
gnumake
|
||||
pkg-config
|
||||
wayland
|
||||
xwayland
|
||||
xorg.libxcb
|
||||
xorg.xcbutilwm
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
libinput
|
||||
wlroots
|
||||
libxkbcommon
|
||||
pixman
|
||||
systemd
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue