initial commit
This commit is contained in:
commit
b0f075f2cb
22 changed files with 1812 additions and 0 deletions
15
linux/nix/devshell.nix
Normal file
15
linux/nix/devshell.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ pkgs }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
cairo
|
||||
gtk-layer-shell
|
||||
|
||||
(flutter.override {
|
||||
extraPkgConfigPackages = [
|
||||
gtk-layer-shell
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
LD_LIBRARY_PATH = "./build/linux/x64/debug/plugins/wayland_layer_shell";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue