okay i will try this again

This commit is contained in:
Sakooooo 2024-10-13 14:46:37 +04:00
parent bd9f48d1b8
commit 3f63d2f1e2
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -2,6 +2,8 @@
let
cfg = config.modules.dev.editors.emacs;
inherit (lib) mkForce;
# so we dont cry later on why texLive is MASSIVE
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive)
@ -154,6 +156,8 @@ in {
};
};
programs.gnupg.agent.pinentryPackage = mkForce pkgs.pinentry-emacs;
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
jetbrains-mono