mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-18 14:59:59 -05:00
added jetbrains
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
module = {pkgs, ...}: {
|
module = {pkgs, ...}: {
|
||||||
imports = [./config];
|
imports = [./config];
|
||||||
extraPackages = with pkgs; [sops lazygit];
|
extraPackages = with pkgs; [sops lazygit nerd-fonts.jetbrains-mono];
|
||||||
};
|
};
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user