configuration.nix/hosts/rico/programs/default.nix

10 lines
135 B
Nix

{...}: {
imports = [
./neovim.nix
];
programs = {
zsh.enable = true;
};
environment.pathsToLink = ["/share/zsh"];
}