Use nix-index as package-not-found, install comma
This commit is contained in:
parent
c9802da2da
commit
0bd1312cfe
4 changed files with 31 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue