Move nix-index

This commit is contained in:
Jakob Lechner 2024-05-28 23:19:34 +02:00
parent a3cad64c9b
commit 2297ab72b6
2 changed files with 6 additions and 2 deletions

View file

@ -22,6 +22,7 @@
./mute-indicator.nix
./neo.nix
./neovim.nix
./nix-index.nix
./obs-studio
./openscad.nix
./pass.nix
@ -35,6 +36,4 @@
./tor-browser.nix
./vdirsyncer.nix
];
programs.nix-index.enable = true;
}

View file

@ -0,0 +1,5 @@
{
programs.nix-index = {
enable = true;
};
}