init from q3k's code dump

This commit is contained in:
Serge Bazanski 2026-02-21 23:04:37 +01:00
commit bdc3a8e3ae
7 changed files with 4491 additions and 0 deletions

7
hostcontrol/shell.nix Normal file
View file

@ -0,0 +1,7 @@
with import <nixpkgs> {};
pkgs.mkShell {
LD_LIBRARY_PATH = [
"${xorg.libX11}/lib;${xorg.libXcursor}/lib;${xorg.libXi}/lib;${libxkbcommon}/lib"
];
}