Use nix-index as package-not-found, install comma

This commit is contained in:
Leonardo Eugênio 2023-01-19 09:20:27 -03:00
parent c9802da2da
commit 0bd1312cfe
4 changed files with 31 additions and 1 deletions

View file

@ -66,7 +66,8 @@ in {
home.file = {
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
};
programs.command-not-found.enable = true;
# programs.command-not-found.enable = true;
programs.nix-index.enable = true;
home.packages = with pkgs; [ trash-cli ];
};
}

View file

@ -29,6 +29,7 @@ in {
./man.nix
./mpd.nix
inputs.hyprland.homeManagerModules.default
inputs.nix-index-database.hmModules.nix-index
] ++ lib.optional (desktop == "sway") ./sway.nix;
# Home Manager needs a bit of information about you and the
@ -56,6 +57,8 @@ in {
_diffr
br # bulk rename
comma
## text manipulation
sd
ripgrep