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; [ epkgs: with epkgs; [
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars
mu4e mu4e
emacsql-sqlite
]; ];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

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