add krunker
This commit is contained in:
parent
b9db9fe232
commit
3c2ddd618b
4 changed files with 40 additions and 0 deletions
9
home/programs/games/krunker.nix
Normal file
9
home/programs/games/krunker.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
self.packages.${pkgs.system}.krunker
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue