mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-31 19:47:15 +08:00
9 lines
172 B
Nix
9 lines
172 B
Nix
{
|
|
imports = [
|
|
./all/bash.nix
|
|
./all/zsh.nix
|
|
./all/vscode-server.nix
|
|
./all/nushell
|
|
./all/ghostty.nix # Install it anyway for TERM to work on VMs
|
|
];
|
|
}
|