Replaced command-not-found with nix-index
This commit is contained in:
parent
8bcab85cdc
commit
59bf5b4312
1 changed files with 4 additions and 1 deletions
|
|
@ -2,12 +2,15 @@
|
|||
|
||||
{
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
password-store.enable = true;
|
||||
bash = {
|
||||
enable = true;
|
||||
historyFile = "~/.cache/bash_history";
|
||||
};
|
||||
nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
micro = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue