mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
lowercase directories and nix-index
This commit is contained in:
@ -140,5 +140,12 @@
|
||||
programs.zoxide.enableFishIntegration = true;
|
||||
programs.fzf.enableFishIntegration = true;
|
||||
|
||||
# Provides "command-not-found" options
|
||||
# Requires activating a manual download
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user