mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 02:02:36 +08:00
9 lines
113 B
Nix
9 lines
113 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./cli/zsh.nix
|
|
./cli/bash.nix
|
|
./cli/nushell
|
|
# ./editors/emacs.nix
|
|
];
|
|
}
|