all repos — nixfiles @ 421038cb17c7dfbac76d973be0b5b82cd3469f3e

System and user configuration, managed by nix and home-manager

install nix-index-database commands manually

Alan Pearce
commit

421038cb17c7dfbac76d973be0b5b82cd3469f3e

parent

a9b4fcf449c7e5b93e4dda40f13d2d18cc063e68

2 files changed, 7 insertions(+), 2 deletions(-)

changed files
A overlays/nix-index-database.nix
@@ -0,0 +1,5 @@
+self: super: { + nix-index-db = import <nix-index-database> { + pkgs = super; + }; +}
M user/settings/workstation.nixuser/settings/workstation.nix
@@ -4,11 +4,9 @@ , pkgs
, ... }: { imports = [ - <nix-index-database/home-manager-module.nix> ./yazi.nix ]; - programs.nix-index-database.comma.enable = true; programs.ripgrep.package = pkgs.ripgrep.override { withPCRE2 = true; }; home.packages = with pkgs; [
@@ -20,6 +18,8 @@ mergiraf
gitui gitstatus hut # sourcehut tools + nix-index-db.nix-index-with-db + nix-index-db.comma-with-db ] ++ (with pkgs.hunspellDicts; [ en-gb-large de-de