Compare commits

...

2 commits

Author SHA1 Message Date
a63133b2eb Fix nix-index, oops. 2024-05-20 20:05:35 -04:00
b6c3c71ad1 Removing some comments 2024-05-19 21:13:31 -04:00
2 changed files with 4 additions and 3 deletions

View file

@ -125,8 +125,6 @@
config.allowUnfree = true;
};
inherit agenix;
# inherit my_packages;
# my_pkgs = my_packages.packages.x86_64-linux;
};
};
}

View file

@ -49,7 +49,10 @@ in
};
nix-index = {
enable = false;
enable = true;
enableZshIntegration = false;
enableBashIntegration = false;
enableFishIntegration = false;
};
ripgrep = {