Let nix install emacsql-sqlite so that binary is found
This commit is contained in:
parent
9e1b8af269
commit
5847e9f39f
|
@ -57,6 +57,7 @@
|
|||
epkgs: with epkgs; [
|
||||
treesit-grammars.with-all-grammars
|
||||
mu4e
|
||||
emacsql-sqlite
|
||||
];
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -125,18 +125,15 @@
|
|||
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;
|
||||
defaultFonts = with iosevkaCustom.names; {
|
||||
|
|
Loading…
Reference in a new issue