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
This commit is contained in:
2026-07-21 23:20:13 +02:00
parent 55d2de10cd
commit 32c6c1fada
5 changed files with 13 additions and 4 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
_: {
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-40.10.5"
];
# permittedInsecurePackages = [
#
# ];
};
}