feat: Added gaming module with minecraft submodule

This commit is contained in:
GaspardCulis 2024-10-25 08:37:56 +02:00
parent 649ac0abff
commit 535d4a3a77
3 changed files with 15 additions and 0 deletions

9
gaming/default.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
gamemode
];
imports = [
./minecraft
];
}

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher
];
}

View file

@ -11,6 +11,7 @@
../term
../editor
../de
../gaming
../themes/pomme.nix
];
}