Let nix install emacsql-sqlite so that binary is found

This commit is contained in:
Evie Litherland-Smith 2024-08-07 17:30:12 +01:00
parent 9e1b8af269
commit 5847e9f39f
2 changed files with 10 additions and 12 deletions

View file

@ -57,6 +57,7 @@
epkgs: with epkgs; [
treesit-grammars.with-all-grammars
mu4e
emacsql-sqlite
];
};
home.packages = with pkgs; [

View file

@ -125,17 +125,14 @@
i18n.defaultLocale = "en_GB.UTF-8";
console.useXkbConfig = true;
fonts = {
packages =
with pkgs;
with iosevkaCustom.packages;
[
iosevka-custom-nerdfont
iosevka-custom-aile
emacs-all-the-icons-fonts # Emacs
weather-icons # Emacs
lmodern # LaTeX
noto-fonts-emoji # Emoji
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
packages = [
iosevkaCustom.packages.iosevka-custom-nerdfont
iosevkaCustom.packages.iosevka-custom-aile
pkgs.emacs-all-the-icons-fonts # Emacs
pkgs.weather-icons # Emacs
pkgs.lmodern # LaTeX
pkgs.noto-fonts-emoji # Emoji
(pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
];
fontconfig = {
enable = true;