Files
GarandPLG 32c6c1fada Add nix-search-tv support, enable fish completions
Include nix-search-tv module and add it to home imports
Add `nsf` alias for interactive package search with nix-search-tv
Enable fish completions generation
Comment out the previously allowed insecure packages list
2026-07-21 23:20:13 +02:00

9 lines
108 B
Nix

_: {
nixpkgs.config = {
allowUnfree = true;
# permittedInsecurePackages = [
#
# ];
};
}