From 9434d5bd122025ebfe9e9fd4d707a558c968aaa1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 17 Jul 2025 20:56:06 +0300 Subject: [PATCH 1/3] jj: use jjui --- modules/common/jujutsu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index 6c9bfd9..c5b749b 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -4,6 +4,7 @@ in { environment.systemPackages = attrValues { inherit (pkgs) difftastic + jjui mergiraf radicle-node ; From f44fb42a0cf6fc5ca968b3bbd04b3d7a2a46c3f1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 18 Jul 2025 00:32:05 +0300 Subject: [PATCH 2/3] nushell: nr -> *, ns -> > --- modules/common/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index a5ca627..a397a6d 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -63,7 +63,7 @@ in { home-manager.sharedModules = [{ programs.nushell.configFile.text = mkAfter /* nu */ '' - def --wrapped nr [program: string = "", ...arguments] { + def --wrapped * [program: string = "", ...arguments] { if ($program | str contains "#") or ($program | str contains ":") { nix run $program -- ...$arguments } else { @@ -71,7 +71,7 @@ in { } } - def --wrapped ns [...programs] { + def --wrapped > [...programs] { nix shell ...($programs | each { if ($in | str contains "#") or ($in | str contains ":") { $in From b4919a59901ea380eb55559d4395ea09c336fa03 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 18 Jul 2025 00:32:15 +0300 Subject: [PATCH 3/3] packages: add sd --- modules/common/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/packages.nix b/modules/common/packages.nix index 42d46a9..38784a5 100644 --- a/modules/common/packages.nix +++ b/modules/common/packages.nix @@ -19,6 +19,7 @@ in { p7zip pstree rsync + sd timg tokei typos