mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 20:17:12 +08:00
8 lines
87 B
Nix
8 lines
87 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./cli/zsh.nix
|
|
./cli/bash.nix
|
|
./cli/nushell
|
|
];
|
|
}
|