feat(server): use my custom nvf config.

This commit is contained in:
CronyAkatsuki 2025-03-23 21:29:21 +01:00
parent a9bb0d10c6
commit 8eeaac77eb

View File

@ -11,10 +11,12 @@
imports = [
../../modules/cross-platform/home-manager/zsh.nix
../../modules/cross-platform/home-manager/neovim.nix
inputs.nvf.homeManagerModules.default
];
crony.zsh.enable = true;
crony.neovim.enable = true;
programs.starship.enable = true;
}