mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
9 lines
111 B
Nix
9 lines
111 B
Nix
{
|
|
imports = [
|
|
./minecraft.nix
|
|
./bottles.nix
|
|
./poe.nix
|
|
];
|
|
|
|
programs.mangohud.enable = true;
|
|
}
|