mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-29 09:05:00 +08:00
7 lines
92 B
Nix
7 lines
92 B
Nix
{
|
|
imports = [
|
|
./all/bash.nix
|
|
# ./all/zsh.nix
|
|
# ./all/vscode-server.nix
|
|
];
|
|
}
|