add krunker
This commit is contained in:
parent
b9db9fe232
commit
3c2ddd618b
4 changed files with 40 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
# gaming
|
||||
../../programs/games
|
||||
../../programs/games/roblox.nix
|
||||
../../programs/games/krunker.nix
|
||||
#../../programs/games/ludusavi.nix
|
||||
|
||||
# media services
|
||||
|
|
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