feat: format

This commit is contained in:
Barrett Ruth 2026-02-11 16:36:20 -05:00
parent c01d20f1e9
commit e5dde133ea
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 35 additions and 64 deletions

View file

@ -23,24 +23,27 @@ let
sqlite = true;
in
{
home.packages = with pkgs; [
awscli2
pure-prompt
xclip
tree
jq
curl
wget
unzip
tesseract
gnumake
gcc
file
ffmpeg
poppler-utils
librsvg
imagemagick
];
home.packages =
with pkgs;
[
awscli2
pure-prompt
xclip
tree
jq
curl
wget
unzip
tesseract
gnumake
gcc
file
ffmpeg
poppler-utils
librsvg
imagemagick
]
++ lib.optionals rust [ rustup ];
home.sessionVariables = lib.mkMerge [
{