mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
feat: enable nix-index
This commit is contained in:
parent
abaf8ee902
commit
21844a1049
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nix-index = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.fd.enable = true;
|
programs.fd.enable = true;
|
||||||
|
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
|
|
Loading…
Reference in a new issue