mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 15:54:58 +08:00
17 lines
307 B
Nix
17 lines
307 B
Nix
{
|
|
imports = [
|
|
./all/bash.nix
|
|
./all/zsh.nix
|
|
./all/vscode-server.nix
|
|
# ./all/emacs.nix
|
|
# ./all/obs.nix
|
|
# ./all/zed
|
|
# ./all/obs.nix
|
|
|
|
# Terms
|
|
# ./all/rio.nix
|
|
# ./all/wezterm
|
|
./all/ghostty.nix # Install it anyway for TERM to work on VMs
|
|
# ./all/kitty.nix
|
|
];
|
|
}
|