Move nix-index
This commit is contained in:
parent
a3cad64c9b
commit
2297ab72b6
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
5
users/jalr/modules/nix-index.nix
Normal file
5
users/jalr/modules/nix-index.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue