okay i will try this again
This commit is contained in:
parent
bd9f48d1b8
commit
3f63d2f1e2
1 changed files with 4 additions and 0 deletions
|
@ -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,6 +156,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gnupg.agent.pinentryPackage = mkForce pkgs.pinentry-emacs;
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|
Loading…
Reference in a new issue