Compare commits

..

3 commits

Author SHA1 Message Date
vorboyvo a046927e06 Fixed LaTeX compiling. 2026-01-20 14:24:29 -05:00
vorboyvo 9ff1639a5f Add darktable. 2026-01-20 14:23:45 -05:00
vorboyvo 91b69c4263 Removed recursive flag not needed. 2025-12-16 12:06:29 -05:00
3 changed files with 11 additions and 9 deletions

View file

@ -2,7 +2,7 @@
{ pkgs, ... }:
rec {
{
imports = [
../../snippets/common_home.nix
];

View file

@ -83,6 +83,7 @@
activate-linux
remmina
pinta
darktable
] ++ # Selection of graphical apps
[
prismlauncher
@ -115,6 +116,7 @@
openmoji-black
openmoji-color
]) ++ # Fonts
[ ] ++ # Temp
[];
programs.home-manager.enable = true;

View file

@ -25,12 +25,12 @@
commands = "set buffer filetype typst";
option = ".*\.typ";
}
# {
# # When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
# name = "BufSetOption";
# option = "filetype=latex";
# commands = "hook buffer BufWritePost .* %{ texlab-build }";
# }
{
# When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
name = "BufSetOption";
option = "filetype=latex";
commands = "hook buffer BufWritePost .* %{ texlab-build }";
}
{
name = "BufSetOption";
option = "filetype=markdown";
@ -108,8 +108,8 @@
};
home.packages = with pkgs; [ kakoune-lsp ];
xdg.configFile."kak-lsp/kak-lsp.toml".source =
./kakoune/kak-lsp.toml;
# xdg.configFile."kak-lsp/kak-lsp.toml".source =
# ./kakoune/kak-lsp.toml;
xdg.desktopEntries.kakoune = {
name = "Kakoune";