mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 17:35:25 +08:00
9 lines
115 B
Nix
9 lines
115 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./all/zsh.nix
|
|
./all/bash.nix
|
|
./all/nushell
|
|
# ./all/emacs.nix
|
|
];
|
|
}
|