Refactor flake.nix: update homeManagerModules output and modernize nvim app metadata
This commit is contained in:
@@ -22,10 +22,20 @@ in {
|
||||
apps.${system}.nvim = {
|
||||
type = "app";
|
||||
program = "${nvimConfig.neovim}/bin/nvim";
|
||||
meta = {
|
||||
description = "Improved Vim-based text editor";
|
||||
homepage = "https://neovim.io";
|
||||
license = "Apache-2.0";
|
||||
};
|
||||
};
|
||||
defaultApp.${system} = {
|
||||
type = "app";
|
||||
program = "${nvimConfig.neovim}/bin/nvim";
|
||||
meta = {
|
||||
description = "Improved Vim-based text editor";
|
||||
homepage = "https://neovim.io";
|
||||
license = "Apache-2.0";
|
||||
};
|
||||
};
|
||||
|
||||
homeManagerModules.nvim = {
|
||||
|
||||
Reference in New Issue
Block a user