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

11 lines
139 B
Nix
Raw Normal View History

2023-04-10 23:23:52 +05:30
{ ... }: {
2023-04-10 23:24:13 +05:30
imports = [
./neovim.nix
];
2023-04-10 23:23:52 +05:30
programs = {
zsh.enable = true;
};
environment.pathsToLink = [ "/share/zsh" ];
}