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