From c2db9db949cc7d517ae5e22988a4222d49d44e61 Mon Sep 17 00:00:00 2001 From: minco Date: Fri, 31 Oct 2025 10:17:13 +0900 Subject: [PATCH] add adr-tools --- modules/home/nushell.nix | 1 - pkgs/util.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/nushell.nix b/modules/home/nushell.nix index 41bbf1c..67c0879 100644 --- a/modules/home/nushell.nix +++ b/modules/home/nushell.nix @@ -27,7 +27,6 @@ } $env.PATH = ($env.PATH | split row (char esep) | - prepend /home/myuser/.apps | append /usr/bin/env ) ''; diff --git a/pkgs/util.nix b/pkgs/util.nix index 84e2220..6d93acb 100644 --- a/pkgs/util.nix +++ b/pkgs/util.nix @@ -76,4 +76,5 @@ with pkgs; [ gptfdisk nix-search just + adr-tools ]