pointfichiers/gaming/default.nix

10 lines
102 B
Nix
Raw Normal View History

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