mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
8 lines
114 B
Nix
8 lines
114 B
Nix
{
|
|
imports = [
|
|
./cli/bash.nix
|
|
./claude-code
|
|
# ./cli/zsh.nix
|
|
# ./editors/vscode-server.nix
|
|
];
|
|
}
|