✨ (home) add nix-index
This commit is contained in:
parent
c456799baf
commit
a40c6064f2
|
@ -8,6 +8,7 @@
|
|||
./git.nix
|
||||
./micro.nix
|
||||
./ssh.nix
|
||||
./nix-index.nix
|
||||
./mpv.nix
|
||||
./tmux.nix
|
||||
./fish.nix
|
||||
|
|
8
home/shell/nix-index.nix
Normal file
8
home/shell/nix-index.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue