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