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 = {
|
programs = {
|
||||||
home-manager.enable = true;
|
|
||||||
password-store.enable = true;
|
password-store.enable = true;
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
historyFile = "~/.cache/bash_history";
|
historyFile = "~/.cache/bash_history";
|
||||||
};
|
};
|
||||||
|
nix-index = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
micro = {
|
micro = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue