mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix[client]: actually use nix-index-database
This commit is contained in:
parent
dcbca0f082
commit
f94e95e303
4 changed files with 10 additions and 3 deletions
|
|
@ -14,11 +14,13 @@
|
|||
in
|
||||
|
||||
{
|
||||
|
||||
enable = true;
|
||||
package = pkgs.symlinkJoin {
|
||||
name = "nix-index";
|
||||
paths = [ commandNotFound ];
|
||||
};
|
||||
};
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@
|
|||
nix-inspect
|
||||
nixpkgs-review
|
||||
manix
|
||||
comma
|
||||
|
||||
# shellscripts
|
||||
shfmt
|
||||
|
|
|
|||
|
|
@ -30,8 +30,9 @@
|
|||
|
||||
libsForQt5.qt5.qtwayland
|
||||
|
||||
# nix package database
|
||||
nix-index
|
||||
# do not do this! clashes with the flake
|
||||
# nix-index
|
||||
|
||||
nixos-generators
|
||||
|
||||
# commit hooks
|
||||
|
|
@ -47,6 +48,9 @@
|
|||
# better make for general tasks
|
||||
just
|
||||
|
||||
# sops
|
||||
ssh-to-age
|
||||
sops
|
||||
|
||||
# keyboards
|
||||
qmk
|
||||
|
|
|
|||
|
|
@ -86,7 +86,9 @@ in
|
|||
// (inputs.nur.overlays.default final prev)
|
||||
// (inputs.emacs-overlay.overlay final prev)
|
||||
// (inputs.nix-topology.overlays.default final prev)
|
||||
// (inputs.nix-index-database.overlays.nix-index final prev)
|
||||
// (inputs.nixgl.overlay final prev)
|
||||
// (inputs.nix-minecraft.overlay final prev)
|
||||
// (inputs.nixos-extra-modules.overlays.default final prev)
|
||||
)
|
||||
(modifications final prev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue