diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index b0e3d46..92ccbae 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -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 ]; }; } \ No newline at end of file diff --git a/modules/home/core/zsh.nix b/modules/home/core/zsh.nix index 1725349..2ae3873 100644 --- a/modules/home/core/zsh.nix +++ b/modules/home/core/zsh.nix @@ -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"; diff --git a/modules/home/rice/hyprlock.nix b/modules/home/rice/hyprlock.nix index 70abdf0..bde1f8d 100644 --- a/modules/home/rice/hyprlock.nix +++ b/modules/home/rice/hyprlock.nix @@ -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";