Miscellanious: fixed bug with obsidian, worked on Ly and added some texlivePackages

This commit is contained in:
Tomas Rivera
2026-03-27 08:22:40 +01:00
parent 7771b4954d
commit c5fc5df2e8
5 changed files with 24 additions and 15 deletions
+6 -5
View File
@@ -8,7 +8,10 @@
libs,
inputs,
...
}: {
}:
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@@ -158,6 +161,7 @@
environment.systemPackages = with pkgs; [
# use pkgs-unstable if you want the package from the unstable channel
#we need to install gnome and kde utils individually as we dont use gnome
kdePackages.dolphin
gnome-calculator
snapshot
gnome-characters
@@ -222,10 +226,7 @@
libsForQt5.qt5.qtgraphicaleffects
mprisence
kdePackages.qt5compat
#latex
texliveMedium
gif-for-cli
];
# fonts
+12 -5
View File
@@ -82,11 +82,18 @@
(pkgs.callPackage ../../modules/scripts/QSnotifyhistory.nix {})
#pkgs
pkgs.gruvbox-gtk-theme
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
# # It is sometimes useful to fine-tune packages, for example, by applying
(pkgs.texliveMedium.withPackages (
ps: with ps; [
# these few pkgs are used in the CV template
titlesec # allows creating custom \section
marvosym # some symboles
ebgaramond # Use the EB Garamond font
microtype # To enable letterspacing
fontaxes
#(setq org-latex-compiler "lualatex")
#(setq org-preview-latex-default-process 'dvisvgm)
]))
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?