added websockets

This commit is contained in:
John Lancaster
2026-06-14 12:43:31 -05:00
parent 1c1515678a
commit 2f653b95ce
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@
nixGLPackage = inputs.nixgl.packages.${pkgs.stdenv.hostPlatform.system}.nixGLIntel;
myNoctaliaUnwrapped = inputs.wrapper-modules.wrappers.noctalia-shell.wrap {
inherit pkgs;
runtimePkgs = [
pkgs.qt6.qtwebsockets
];
# settings =
# (builtins.fromJSON
# (builtins.readFile ./noctalia.json)).settings;