mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 02:44:58 +08:00
12 lines
146 B
Nix
12 lines
146 B
Nix
{
|
|
imports = [
|
|
./misc.nix
|
|
./tex.nix
|
|
./python.nix
|
|
./neovide.nix
|
|
./zed.nix
|
|
./nixvim
|
|
./R.nix
|
|
./distrobox.nix
|
|
];
|
|
}
|