pointfichiers/gaming/default.nix

9 lines
102 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
gamemode
];
imports = [
./minecraft
];
}