This commit is contained in:
Morten Olsen
2023-09-19 20:17:43 +02:00
parent a7bfa09045
commit d783191931
4 changed files with 12 additions and 4 deletions

View File

@@ -11,6 +11,9 @@ let
};
in {
programs.neovim.enable = true;
home.packages = [
pkgs.marksman
];
home.file = {
".config/nvim" = {
source = astronvim;