From 971eeac080f1fdbb41a900f716088099c4092186 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 20 Jan 2025 12:29:05 +0100 Subject: [PATCH 1/2] feat(aarch64): add Node.js to default packages - Included Node.js in the default package list for aarch64. - Ensures Node.js availability out of the box for related workflows. --- systems/aarch64-linux/m4nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/aarch64-linux/m4nix/default.nix b/systems/aarch64-linux/m4nix/default.nix index afcd1aa..7ed09b1 100644 --- a/systems/aarch64-linux/m4nix/default.nix +++ b/systems/aarch64-linux/m4nix/default.nix @@ -46,6 +46,7 @@ with lib.metacfg; attic-client piper gnome-remote-desktop + nodejs ]; security.tpm2.enable = false; From e8243a159d38feeb02a6c9bb23a003268af8cd15 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 20 Jan 2025 13:46:05 +0100 Subject: [PATCH 2/2] feat(starship): update shell settings configuration - Enable `shell.disabled` option to ensure shell functionality. - Add `shell.fish_indicator` with a fish emoji for Fish shell users. --- modules/home/cli-apps/starship/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/cli-apps/starship/default.nix b/modules/home/cli-apps/starship/default.nix index 943dd87..a43fd44 100644 --- a/modules/home/cli-apps/starship/default.nix +++ b/modules/home/cli-apps/starship/default.nix @@ -27,6 +27,8 @@ in programs.starship = { enable = true; settings = { + shell.disabled = false; + shell.fish_indicator = "🐟"; container.format = "[\\[$name\\]]($style) "; git_status = { ahead = "⇡\${count}";