Disable nix-index, put some folder icons in place for plasma

This commit is contained in:
Lillian Violet 2025-08-19 16:46:49 +02:00
parent 69581a5018
commit d04143fd72
3 changed files with 18 additions and 2 deletions

View file

@ -29,7 +29,7 @@
programs = {
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
command-not-found.enable = lib.mkForce false;
nix-index.enable = true;
# nix-index.enable = true;
nix-index-database.comma.enable = true;
};
services = {