mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
Add Knossos
This commit is contained in:
parent
213fdee923
commit
a87562074b
2 changed files with 17 additions and 0 deletions
16
packages/modrinth/knossos/default.nix
Normal file
16
packages/modrinth/knossos/default.nix
Normal 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";
|
||||||
|
}
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue