feat: vim lsp features
This commit is contained in:
@@ -64,6 +64,7 @@ in
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
powerline-fonts
|
||||
custom-fonts.custom-fonts
|
||||
];
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{ pkgs, modulesPath, ... }:
|
||||
|
||||
let
|
||||
custom-fonts = import ../../fonts { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/profiles/minimal.nix"
|
||||
@@ -54,6 +57,14 @@
|
||||
gnupg
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
powerline-fonts
|
||||
custom-fonts.custom-fonts
|
||||
];
|
||||
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
|
||||
Reference in New Issue
Block a user