Reconfig nvim install + add lazy-nvim
This commit is contained in:
parent
53c416ad53
commit
2b480072c8
2 changed files with 18 additions and 4 deletions
4
home-manager/flake.lock
generated
4
home-manager/flake.lock
generated
|
@ -195,11 +195,11 @@
|
|||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-F++9IlKzjo5nlNYC+fpx4GfbJiEUqLarfQPBBT5uz3A=",
|
||||
"path": "/nix/store/xwbzdw1803z7ca584098i7frbafsafhk-source/programs/shadps4",
|
||||
"path": "/nix/store/j88qqgp5b1qwpd8120jh24f48q7c96cw-source/programs/shadps4",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/xwbzdw1803z7ca584098i7frbafsafhk-source/programs/shadps4",
|
||||
"path": "/nix/store/j88qqgp5b1qwpd8120jh24f48q7c96cw-source/programs/shadps4",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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