mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 02:44:58 +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
|
|
];
|
|
}
|