Skip to content

Commit

Permalink
feat(nv): trying out neovim for now; fd find
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jan 31, 2025
1 parent 519dc88 commit 46d0b82
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let
./nix.nix
./eza.nix
./ghostty.nix
# ./neovide.nix
];
in
{
Expand Down
10 changes: 10 additions & 0 deletions modules/neovide.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ config, ... }:
{
programs.neovide = {
enable = true;

settings = {
neovim-bin = "/etc/profiles/per-user/pwnwriter/bin/nvim";
};
};
}
1 change: 1 addition & 0 deletions modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let

fastfetch
neovim
fd
];

darwin =
Expand Down

0 comments on commit 46d0b82

Please sign in to comment.