From 373beb6dafb355745af39cb7715210ec1a38dbf7 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:57:48 -0400 Subject: [PATCH] move ren and rep to experimental i don't like having to build them --- .../home-manager/modules/nmasur/profiles/experimental.nix | 3 +++ platforms/home-manager/modules/nmasur/profiles/power-user.nix | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/platforms/home-manager/modules/nmasur/profiles/experimental.nix b/platforms/home-manager/modules/nmasur/profiles/experimental.nix index c1b3768a..f83a5c8a 100644 --- a/platforms/home-manager/modules/nmasur/profiles/experimental.nix +++ b/platforms/home-manager/modules/nmasur/profiles/experimental.nix @@ -21,6 +21,9 @@ in home.packages = [ + pkgs.nmasur.ren-find # Rename files + pkgs.nmasur.rep-grep # Replace text in files + # Charm tools pkgs.glow # Markdown previews diff --git a/platforms/home-manager/modules/nmasur/profiles/power-user.nix b/platforms/home-manager/modules/nmasur/profiles/power-user.nix index 9bc30fd1..97c725bb 100644 --- a/platforms/home-manager/modules/nmasur/profiles/power-user.nix +++ b/platforms/home-manager/modules/nmasur/profiles/power-user.nix @@ -29,8 +29,6 @@ in pkgs.nixfmt # Format Nix code pkgs.nmasur.jqr # FZF fq JSON tool pkgs.nmasur.osc # Clipboard over SSH - pkgs.nmasur.ren-find # Rename files - pkgs.nmasur.rep-grep # Replace text in files pkgs.pandoc # Convert text documents pkgs.qrencode # Generate qr codes pkgs.spacer # Output lines in terminal