From 9a9087256fd93fa94ae9ad0f68daa000a90ef755 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 18 Apr 2021 14:46:12 +0200 Subject: [PATCH] base: add necessary emacs dependencies --- base/gui-programs.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/base/gui-programs.nix b/base/gui-programs.nix index c34a688..9889d92 100644 --- a/base/gui-programs.nix +++ b/base/gui-programs.nix @@ -10,8 +10,15 @@ pavucontrol slack spotify + sqlite # needed for org-roam + ]; + + fonts.fonts = with pkgs; [ + input-fonts + emacs-all-the-icons-fonts ]; networking.networkmanager.enable = true; programs.nm-applet.enable = true; + nixpkgs.config.input-fonts.acceptLicense = true; }