Add nix-index. I am indecisive
This commit is contained in:
parent
bc0bade7f4
commit
b3a6dd9d09
4 changed files with 7 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
./ncmpcpp
|
||||
./neovim
|
||||
./nh
|
||||
./not-found
|
||||
./nix-index
|
||||
./ranger
|
||||
./spotdl
|
||||
./tmux
|
||||
|
|
4
modules/home/programs/terminal/nix-index/default.nix
Normal file
4
modules/home/programs/terminal/nix-index/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nix-index.enable = true;
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.command-not-found.enable = true;
|
||||
}
|
|
@ -28,9 +28,10 @@
|
|||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
".local/share/TelegramDesktop"
|
||||
|
||||
".local/state/wireplumber"
|
||||
|
||||
".cache/nix-index"
|
||||
|
||||
{ directory = ".ssh"; mode = "0700"; }
|
||||
{ directory = ".gnupg"; mode = "0700"; }
|
||||
{ directory = ".local/share/keyrings"; mode = "0700"; }
|
||||
|
|
Loading…
Add table
Reference in a new issue