feat: format
This commit is contained in:
parent
c01d20f1e9
commit
e5dde133ea
6 changed files with 35 additions and 64 deletions
|
|
@ -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 [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue