Add Knossos

This commit is contained in:
jopejoe1 2023-03-03 11:53:11 +01:00
parent 213fdee923
commit a87562074b
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ lib, fetchFromGitHub, buildNpmPackage, ... }:
buildNpmPackage
{
name = "knossos";
verison = "2.2";
src = fetchFromGitHub {
owner = "modrinth";
repo = name;
rev = "v${version}";
sha256 = "sha256-nJDte8rpYq3Ge844qtAOvLp6NcFsl51jFgaZGR97/YI";
};
#npmDepsHash = "sha256-RdRQMrYoOaf2rjhvVpZw0skcekKL8rzG3oFlf/1D1cY";
}

View file

@ -30,6 +30,7 @@
git git
prismlauncher prismlauncher
libsForQt5.discover libsForQt5.discover
custom.modrinth.knossos
]; ];
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;