mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Merge pull request #14 from caperren/working-branch
Added okular as default pdf, full texlive environment for resumes
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
obsidian
|
||||
kdePackages.okular
|
||||
texliveFull
|
||||
];
|
||||
}
|
||||
|
||||
@@ -88,6 +88,13 @@ in
|
||||
GTK_THEME = "Adwaita-dark";
|
||||
};
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = [ "okularApplication_pdf.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
xresources.properties = {
|
||||
"Xft.font" = "JetBrains Mono";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user