forked from Shinonome/fred-neovim
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