mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
9 lines
89 B
Nix
9 lines
89 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./emulation.nix
|
|
./minecraft.nix
|
|
./steam.nix
|
|
];
|
|
}
|