mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: disable zsh integration for nix-index because I don't need it
This commit is contained in:
parent
c345f4e937
commit
5e0f8b6f96
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
# nix-index-database is enabled globally for each user in modules/config/home-manager.nix
|
||||
programs.nix-index.enable = true;
|
||||
programs.nix-index.enableZshIntegration = false;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
home.persistence."/state".directories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue