Add nix-index. I am indecisive

This commit is contained in:
Jimbo 2025-02-22 03:01:25 -05:00
parent bc0bade7f4
commit b3a6dd9d09
4 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,7 @@
./ncmpcpp ./ncmpcpp
./neovim ./neovim
./nh ./nh
./not-found ./nix-index
./ranger ./ranger
./spotdl ./spotdl
./tmux ./tmux

View file

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

View file

@ -1,4 +0,0 @@
{ ... }:
{
programs.command-not-found.enable = true;
}

View file

@ -28,8 +28,9 @@
".local/share/PrismLauncher" ".local/share/PrismLauncher"
".local/share/Steam" ".local/share/Steam"
".local/share/TelegramDesktop" ".local/share/TelegramDesktop"
".local/state/wireplumber"
".local/state/wireplumber" ".cache/nix-index"
{ directory = ".ssh"; mode = "0700"; } { directory = ".ssh"; mode = "0700"; }
{ directory = ".gnupg"; mode = "0700"; } { directory = ".gnupg"; mode = "0700"; }