mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:06:13 +01:00
BREAKING-CHANGE: changed nixpkgs to stable 24.11 + structure change + fmt
This commit is contained in:
20
home-manager/programs/neovim.nix
Normal file
20
home-manager/programs/neovim.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# programs.neovim = {
|
||||
# enable = true;
|
||||
# # package = pkgs.neovim;
|
||||
|
||||
# # viAlias = true;
|
||||
# # vimAlias = true;
|
||||
# # vimdiffAlias = true;
|
||||
|
||||
# # defaultEditor = true;
|
||||
# };
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user