Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config

This commit is contained in:
Dennis Schoepf 2026-02-11 20:45:43 +01:00
commit 22bde2e74c
3 changed files with 6 additions and 2 deletions

View file

@ -71,6 +71,7 @@
"mysql@8.0"
"huseyinbabal/tap/tredis"
"yt-dlp"
"minikube"
];
homebrew.casks = [

View file

@ -12,6 +12,9 @@
"select_prev"
"fallback"
];
"<C-y>" = [
"select_and_accept"
];
"<C-k>" = [
"show_documentation"
"hide_documentation"

View file

@ -155,8 +155,8 @@
};
biome = {
enable = true;
package = pkgs.biome;
packageFallback = true;
package = null;
packageFallback = false;
};
};