feat: add helix conf and pdftk

This commit is contained in:
Jet Pham 2025-08-27 15:24:35 -07:00
parent b9d2ec9b88
commit 05edc10042
No known key found for this signature in database

View file

@ -86,8 +86,32 @@
libheif
ffmpeg
google-chrome
pdftk
];
programs.helix = {
enable = true;
defaultEditor = true;
settings = {
theme = "dark_high_contrast";
editor = {
line-number = "relative";
lsp.display-messages = true;
};
};
languages = {
haskell = {
config = {
end-of-line-diagnostics = "hint";
};
"inline-diagnostics" = {
cursor-line = "hint";
other-lines = "hint";
};
};
};
};
programs.zellij = {
enable = true;
enableBashIntegration = true;
@ -147,6 +171,7 @@
jdiff = "jj diff";
jsq = "jj squash";
ns = "sudo nixos-rebuild switch --flake ~/Documents/nixos-config#jet";
nd = "nix develop";
};
};