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; [
|
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; [
|
||||||
|
|
|
@ -125,17 +125,14 @@
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue