feat: Added gaming module with minecraft submodule
This commit is contained in:
parent
649ac0abff
commit
535d4a3a77
3 changed files with 15 additions and 0 deletions
9
gaming/default.nix
Normal file
9
gaming/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gamemode
|
||||
];
|
||||
|
||||
imports = [
|
||||
./minecraft
|
||||
];
|
||||
}
|
5
gaming/minecraft/default.nix
Normal file
5
gaming/minecraft/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
../term
|
||||
../editor
|
||||
../de
|
||||
../gaming
|
||||
../themes/pomme.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue