add arduino dev and fix mc alias

This commit is contained in:
Satria 2026-02-09 21:35:54 +07:00
commit 6a5fc005af
3 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,7 @@
remmina
moonlight-qt
kdePackages.kdenlive
arduino-ide
inkscape
#davinci-resolve
@ -47,6 +48,7 @@
nodePackages.yarn
python314
jdk25_headless
arduino-cli
];
};
}

View file

@ -53,7 +53,7 @@
"wm-dpms" = "wm-ctl dispatch dpms";
"git-author-setup" = "git config user.name $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user | jq -r .login) && git config user.email $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user/emails | jq -r \".[1].email\")";
"mcl" = "portablemc start -l $(cat .minecraft/portablemc-launch-params.json | jq .email) $(cat .minecraft/portablemc-launch-params.json | jq .version)";
"mcl" = "portablemc start -l $(cat .minecraft/portablemc-launch-params.json | jq -r .email) $(cat .minecraft/portablemc-launch-params.json | jq -r .version)";
"mc" = "ferium upgrade; mcl";
"please" = "SUDO_PROMPT=\"What is the magic word? \" sudo";

View file

@ -45,7 +45,7 @@
input-field = [
{
size = "200, 50";
position = "0, ${builtins.toString (rice.gap.outer + (if rice.bar.top then 0 else 60))}";
position = "0, ${toString (rice.gap.outer + (if rice.bar.top then 0 else 60))}";
valign = "bottom";
halign = "center";