add arduino dev and fix mc alias
This commit is contained in:
parent
f63e7f2de1
commit
6a5fc005af
3 changed files with 4 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
remmina
|
remmina
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
|
arduino-ide
|
||||||
inkscape
|
inkscape
|
||||||
#davinci-resolve
|
#davinci-resolve
|
||||||
|
|
||||||
|
|
@ -47,6 +48,7 @@
|
||||||
nodePackages.yarn
|
nodePackages.yarn
|
||||||
python314
|
python314
|
||||||
jdk25_headless
|
jdk25_headless
|
||||||
|
arduino-cli
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
"wm-dpms" = "wm-ctl dispatch dpms";
|
"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\")";
|
"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";
|
"mc" = "ferium upgrade; mcl";
|
||||||
|
|
||||||
"please" = "SUDO_PROMPT=\"What is the magic word? \" sudo";
|
"please" = "SUDO_PROMPT=\"What is the magic word? \" sudo";
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
input-field = [
|
input-field = [
|
||||||
{
|
{
|
||||||
size = "200, 50";
|
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";
|
valign = "bottom";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue