add modrinth handler and some other tweaks
This commit is contained in:
parent
9708e59cf4
commit
bfd72420f1
5 changed files with 27 additions and 5 deletions
|
|
@ -9,7 +9,6 @@
|
|||
"application/pdf" = "brave-browser.desktop";
|
||||
"x-scheme-handler/http" = "brave-browser.desktop";
|
||||
"x-scheme-handler/https" = "brave-browser.desktop";
|
||||
"x-scheme-handler/terminal" = "kitty.desktop";
|
||||
"x-terminal-emulator" = "kitty.desktop";
|
||||
"inode/directory" = "pcmanfm-qt.desktop";
|
||||
"audio/mpeg" = "vlc.desktop";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
extensions = [ "nix" ];
|
||||
userSettings = {
|
||||
format_on_save = "off";
|
||||
features.edit_prediction_provider = "copilot";
|
||||
vim_mode = true;
|
||||
git.inline_blame.enabled = true;
|
||||
gutter.line_numbers = true;
|
||||
|
|
@ -19,6 +18,13 @@
|
|||
file_types.tailwindcss = [ "*.css" ];
|
||||
auto_install_extensions.catppuccin-icons = true;
|
||||
icon_theme = "Catppuccin Mocha";
|
||||
agent = {
|
||||
tool_permissions.default = "allow";
|
||||
default_model = {
|
||||
provider = "copilot_chat";
|
||||
model = "claude-opus-4.6";
|
||||
};
|
||||
};
|
||||
theme = {
|
||||
mode = "dark";
|
||||
light = "Catppuccin Mocha (sapphire)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue