games-kids: converted to flake
This commit is contained in:
parent
2276eca9bd
commit
c3b8502bbb
|
@ -2,11 +2,9 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
nixpkgsUnstable,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
sources = import ../nix/sources.nix;
|
|
||||||
unstable = import sources.nixpkgsUnstable {};
|
|
||||||
in {
|
|
||||||
imports = [
|
imports = [
|
||||||
../profiles/minecraftClient.nix # Play Minecraft :-)
|
../profiles/minecraftClient.nix # Play Minecraft :-)
|
||||||
];
|
];
|
||||||
|
@ -20,7 +18,7 @@ in {
|
||||||
freeciv # Multiplayer (or single player), turn-based strategy game
|
freeciv # Multiplayer (or single player), turn-based strategy game
|
||||||
freedroidrpg # Isometric 3D RPG similar to game Diablo
|
freedroidrpg # Isometric 3D RPG similar to game Diablo
|
||||||
gcompris # Educational software suite, kids aged 2 to 10
|
gcompris # Educational software suite, kids aged 2 to 10
|
||||||
unstable.grapejuice # Simple Wine+Roblox management tool
|
nixpkgsUnstable.grapejuice # Simple Wine+Roblox management tool
|
||||||
#lincity_ng # City building game
|
#lincity_ng # City building game
|
||||||
meritous # Action-adventure dungeon crawl game
|
meritous # Action-adventure dungeon crawl game
|
||||||
minetest # Infinite-world block sandbox game
|
minetest # Infinite-world block sandbox game
|
||||||
|
|
Loading…
Reference in a new issue