Skip to content

Commit

Permalink
Fix minor brackets issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDalek1963 committed Aug 23, 2024
1 parent 1a9c812 commit 99c30d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

enableMan = false;

extraPackages = with pkgs;
[
extraPackages =
(with pkgs; [
alejandra # For nixd lsp
delta # For actions-preview.nvim
]
])
++ (
if rustLsp
then [
Expand Down

0 comments on commit 99c30d3

Please sign in to comment.