add krunker

This commit is contained in:
xunuwu 2024-08-26 23:38:06 +02:00
parent b9db9fe232
commit 3c2ddd618b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
self,
pkgs,
...
}: {
home.packages = [
self.packages.${pkgs.system}.krunker
];
}