11 lines
154 B
Nix
11 lines
154 B
Nix
{...}: {
|
|
imports = [
|
|
./neovim.nix
|
|
./starship.nix
|
|
];
|
|
|
|
programs = {
|
|
zsh.enable = true;
|
|
};
|
|
environment.pathsToLink = ["/share/zsh"];
|
|
}
|