home: enable nix-index (for nix-locate)

This commit is contained in:
colin 2022-06-06 00:51:19 -07:00
parent 12e6e638b8
commit 3dd360a817

View File

@ -91,6 +91,9 @@
'';
};
# "command not found" will cause the command to be searched in nixpkgs
programs.nix-index.enable = true;
# obtain these by running `dconf dump /` after manually customizing gnome
# TODO: fix "is not of type `GVariant value'"
# dconf.settings = lib.mkIf (gui == "gnome") {