mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-05 07:04:56 +08:00
16 lines
233 B
Nix
16 lines
233 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/ghostty.nix
|
|
# ./all/kitty.nix
|
|
];
|
|
}
|