editor/emacs: mkforce

This commit is contained in:
Sakooooo 2024-10-13 14:29:15 +04:00
parent 6c39055c6e
commit c514b653d3
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

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