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"
|
||||
"huseyinbabal/tap/tredis"
|
||||
"yt-dlp"
|
||||
"minikube"
|
||||
];
|
||||
|
||||
homebrew.casks = [
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
"select_prev"
|
||||
"fallback"
|
||||
];
|
||||
"<C-y>" = [
|
||||
"select_and_accept"
|
||||
];
|
||||
"<C-k>" = [
|
||||
"show_documentation"
|
||||
"hide_documentation"
|
||||
|
|
|
|||
|
|
@ -155,8 +155,8 @@
|
|||
};
|
||||
biome = {
|
||||
enable = true;
|
||||
package = pkgs.biome;
|
||||
packageFallback = true;
|
||||
package = null;
|
||||
packageFallback = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue