fix(nvim): Added fonts for guivim

Disable neoscroll for guivim and added fonts for guivim
Added options for noice.nvim
This commit is contained in:
uttarayan21
2024-03-23 17:52:07 +05:30
parent c3c1e56ed3
commit e4c98ece6f
4 changed files with 65 additions and 33 deletions

View File

@@ -26,6 +26,10 @@
nix.gc.dates = "daily";
nix.gc.options = "--delete-older-than +5";
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
@@ -172,6 +176,12 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
nix-ld = {
enable = true;
libraries = with pkgs; [
libglvnd
];
};
};
security.rtkit.enable = true;