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

@ -48,6 +48,7 @@
# gaming
../../programs/games
../../programs/games/roblox.nix
../../programs/games/krunker.nix
#../../programs/games/ludusavi.nix
# media services

View file

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