mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
this still hasn't disabled it?
This commit is contained in:
parent
c0b50129d5
commit
cfb3f47893
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
# nix-index didn't like this being enabled?
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
# I'm getting errors related to a non-existent nix-index?
|
||||
programs.nix-index.enableZshIntegration = false;
|
||||
programs.nix-index.enableBashIntegration =false;
|
||||
programs.nix-index.enableFishIntegration = false;
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = [ "@wheel" ];
|
||||
accept-flake-config = true;
|
||||
|
|
Loading…
Reference in a new issue