mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 04:45:20 +08:00
7 lines
69 B
Nix
7 lines
69 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./cli/zsh.nix
|
|
./cli/bash.nix
|
|
];
|
|
}
|