trying to get a basic wayland setup
This commit is contained in:
parent
1af939a901
commit
c8a4642827
5 changed files with 103 additions and 13 deletions
14
shell.nix
14
shell.nix
|
|
@ -6,6 +6,11 @@ mkShell rec {
|
|||
nativeBuildInputs = [
|
||||
gtk-layer-shell
|
||||
gtk3
|
||||
vulkan-loader
|
||||
wayland
|
||||
wayland-protocols
|
||||
libxkbcommon
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
@ -13,13 +18,12 @@ mkShell rec {
|
|||
stdenv
|
||||
gnumake
|
||||
gdb
|
||||
pkg-config
|
||||
makeWrapper
|
||||
|
||||
vulkan-headers
|
||||
vulkan-loader
|
||||
wayland
|
||||
wayland-protocols
|
||||
libxkbcommon
|
||||
vulkan-tools
|
||||
libGL
|
||||
|
||||
# podofo
|
||||
mpv
|
||||
ffmpeg_5-full
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue