nixos/modules/home/apps/default.nix
Florian RICHER 1a97ee6210
All checks were successful
check / check (push) Successful in 32s
modules: Add minecraft
2025-02-01 17:55:46 +01:00

12 lines
152 B
Nix

{ ... }:
{
imports = [
./chromium.nix
./firefox.nix
./flatpak.nix
./jetbrains-toolbox.nix
./kitty.nix
./minecraft.nix
];
}