nixos-config/modules/home/linux-only.nix
2025-09-07 16:30:01 +02:00

7 lines
92 B
Nix

{
imports = [
./all/bash.nix
# ./all/zsh.nix
# ./all/vscode-server.nix
];
}