configuration.nix/hosts/rico2/programs/default.nix

8 lines
80 B
Nix
Raw Normal View History

2023-05-18 16:11:26 +05:30
{...}: {
2023-04-10 23:24:13 +05:30
imports = [
./neovim.nix
2023-05-27 19:55:24 +05:30
./starship.nix
2023-05-27 20:09:10 +05:30
./zsh.nix
2023-04-10 23:24:13 +05:30
];
2023-04-10 23:23:52 +05:30
}