Compare commits
No commits in common. "a63133b2eba683bd0d4f72ddd2649b3115224e0f" and "77238e0c2313822ee31150f7317d06a00c42e725" have entirely different histories.
a63133b2eb
...
77238e0c23
2 changed files with 3 additions and 4 deletions
|
@ -125,6 +125,8 @@
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
inherit agenix;
|
inherit agenix;
|
||||||
|
# inherit my_packages;
|
||||||
|
# my_pkgs = my_packages.packages.x86_64-linux;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,10 +49,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = false;
|
||||||
enableZshIntegration = false;
|
|
||||||
enableBashIntegration = false;
|
|
||||||
enableFishIntegration = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ripgrep = {
|
ripgrep = {
|
||||||
|
|
Loading…
Reference in a new issue