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