nix-index: init
This commit is contained in:
parent
137b14ff40
commit
43cc623ee3
4 changed files with 2 additions and 15 deletions
|
@ -1,6 +0,0 @@
|
||||||
_: {
|
|
||||||
imports = [
|
|
||||||
./tui/module.nix
|
|
||||||
./other/module.nix
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
programs.command-not-found = {
|
|
||||||
enable = true;
|
|
||||||
dbPath = pkgs.sqlite;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,3 +1,3 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [./direnv.nix];
|
imports = [./direnv.nix ./nix-index.nix];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs = {
|
programs = {
|
||||||
|
# We have to disable this and use nix-index instead. (Rust >>> Pearl)
|
||||||
command-not-found = {
|
command-not-found = {
|
||||||
# TODO fix this
|
|
||||||
enable = false;
|
enable = false;
|
||||||
dbPath = pkgs.sqlite;
|
|
||||||
};
|
};
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue