mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-14 02:28:17 +08:00
11 lines
131 B
Nix
11 lines
131 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./misc.nix
|
|
./tex.nix
|
|
./python.nix
|
|
./neovide.nix
|
|
./zed.nix
|
|
./nixvim
|
|
];
|
|
}
|