mirror of
https://github.com/Noratrieb/colouncher.git
synced 2026-03-14 21:26:10 +01:00
init wallpaper
This commit is contained in:
commit
47cc8616f0
6 changed files with 983 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell rec {
|
||||
packages = [ pkgs.pkg-config ];
|
||||
buildInputs = with pkgs; [
|
||||
wayland
|
||||
libxkbcommon
|
||||
];
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue