mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
14 lines
195 B
Nix
14 lines
195 B
Nix
{
|
|
imports = [
|
|
./all/bash.nix
|
|
./all/zsh.nix
|
|
./all/vscode-server.nix
|
|
./all/emacs.nix
|
|
./all/obs.nix
|
|
|
|
# Terms
|
|
./all/rio.nix
|
|
./all/wezterm
|
|
./all/kitty.nix
|
|
];
|
|
}
|