Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config
This commit is contained in:
commit
22bde2e74c
3 changed files with 6 additions and 2 deletions
|
|
@ -71,6 +71,7 @@
|
||||||
"mysql@8.0"
|
"mysql@8.0"
|
||||||
"huseyinbabal/tap/tredis"
|
"huseyinbabal/tap/tredis"
|
||||||
"yt-dlp"
|
"yt-dlp"
|
||||||
|
"minikube"
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew.casks = [
|
homebrew.casks = [
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,9 @@
|
||||||
"select_prev"
|
"select_prev"
|
||||||
"fallback"
|
"fallback"
|
||||||
];
|
];
|
||||||
|
"<C-y>" = [
|
||||||
|
"select_and_accept"
|
||||||
|
];
|
||||||
"<C-k>" = [
|
"<C-k>" = [
|
||||||
"show_documentation"
|
"show_documentation"
|
||||||
"hide_documentation"
|
"hide_documentation"
|
||||||
|
|
|
||||||
|
|
@ -155,8 +155,8 @@
|
||||||
};
|
};
|
||||||
biome = {
|
biome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.biome;
|
package = null;
|
||||||
packageFallback = true;
|
packageFallback = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue