nixos-config/home/terminal/default.nix
2024-03-17 11:26:16 +01:00

6 lines
65 B
Nix

{...}: {
imports = [
./programs
./shell/zsh.nix
];
}