nixos-config/modules/home/linux-only.nix
2024-09-28 18:01:53 -04:00

6 lines
70 B
Nix

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