mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 02:02:36 +08:00
15 lines
211 B
Nix
15 lines
211 B
Nix
{
|
|
imports = [
|
|
./all/bash.nix
|
|
./all/zsh.nix
|
|
./all/vscode-server.nix
|
|
./all/emacs.nix
|
|
./all/obs.nix
|
|
./all/zed
|
|
|
|
# Terms
|
|
./all/rio.nix
|
|
./all/wezterm
|
|
# ./all/kitty.nix
|
|
];
|
|
}
|