Skip to content

Commit

Permalink
fix neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 9, 2024
1 parent 100cb4d commit f7ffdc6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions hosts/shared/programs/editor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ let
};
in
{
# Packages used in nvim but also outside of it
home.packages = with pkgs; [
fzf
git
lazygit
nerdfonts
ripgrep
];

programs.neovim = {
enable = lib.mkDefault true;
defaultEditor = lib.mkDefault true;
Expand All @@ -22,15 +31,6 @@ in
];
};

# Packages used in nvim but also outside of it
home.packages = with pkgs; [
fzf
git
lazygit
neovim
nerdfonts
ripgrep
];

# Copy your Neovim configuration
xdg.configFile = {
Expand Down

0 comments on commit f7ffdc6

Please sign in to comment.