mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-03 19:48:24 +08:00
8 lines
96 B
Nix
8 lines
96 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./all/zsh.nix
|
|
./all/nushell
|
|
# ./all/emacs.nix
|
|
];
|
|
}
|