spin off games folder
This commit is contained in:
parent
1faa92d85b
commit
1666d20a66
5 changed files with 24 additions and 8 deletions
14
home/games/minecraft/default.nix
Normal file
14
home/games/minecraft/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(prismlauncher.override {
|
||||
jdks = [
|
||||
jdk25
|
||||
jdk21
|
||||
jdk17
|
||||
jdk8
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
5
home/games/morrowind/default.nix
Normal file
5
home/games/morrowind/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ openmw ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue