Reconfig nvim install + add lazy-nvim
This commit is contained in:
parent
53c416ad53
commit
2b480072c8
2 changed files with 18 additions and 4 deletions
|
@ -35,7 +35,10 @@
|
|||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with unstable; with inputs; [
|
||||
home.packages =
|
||||
with unstable;
|
||||
with inputs;
|
||||
[
|
||||
pkgs.nextcloud-client
|
||||
pkgs.yubioath-flutter
|
||||
pkgs.xpipe
|
||||
|
@ -110,7 +113,7 @@
|
|||
pkgs.jetbrains.webstorm
|
||||
pkgs.jetbrains.rider
|
||||
pkgs.jetbrains.idea-community
|
||||
unstable.neovim
|
||||
# unstable.neovim
|
||||
# === Dev tooling ===
|
||||
|
||||
# === Media ===
|
||||
|
@ -147,6 +150,17 @@
|
|||
# '')
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
# package = unstable.neovim;
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
lazy-nvim
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
enableSessionWide = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue