mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-22 22:29:04 +00:00
~
This commit is contained in:
parent
2ad36426a2
commit
c6813d052f
8 changed files with 49 additions and 64 deletions
|
@ -27,7 +27,7 @@
|
|||
isDefault = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
canvasblocker
|
||||
catppuccin-gh-file-explorer
|
||||
catppuccin-web-file-icons
|
||||
indie-wiki-buddy
|
||||
privacy-badger
|
||||
simple-tab-groups
|
||||
|
@ -39,6 +39,8 @@
|
|||
];
|
||||
settings = {
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.ml.chat.enabled" = false;
|
||||
"browser.ml.enable" = false;
|
||||
"browser.newtabpage.activity-stream.default.sites" = "https://en.wikipedia.org/";
|
||||
"browser.newtabpage.activity-stream.discoverystream.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.telemetry" = false;
|
||||
|
@ -61,6 +63,7 @@
|
|||
"browser.startup.page" = 3;
|
||||
"browser.tabs.closeWindowWithLastTab" = false;
|
||||
"browser.tabs.insertAfterCurrent" = true;
|
||||
"browser.urlbar.suggest.quicksuggest.sponsored" = false;
|
||||
"devtools.editor.tabsize" = 4;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"extensions.pocket.enabled" = false;
|
||||
|
@ -69,6 +72,7 @@
|
|||
"font.name.monospace.x-western" = "Fira Code";
|
||||
"general.autoScroll" = true;
|
||||
"layout.css.prefers-color-scheme.content-override" = 0;
|
||||
"sidebar.visibility" = "hide-sidebar";
|
||||
"svg.context-properties.content.enabled" = true;
|
||||
};
|
||||
bookmarks = [
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
# "editor.fontLigatures" = true;
|
||||
"editor.formatOnSave" = false;
|
||||
"editor.indentSize" = 4;
|
||||
"editor.inlayHints.enabled" = false;
|
||||
"editor.inlayHints.enabled" = "off";
|
||||
"editor.insertSpaces" = false;
|
||||
"editor.tabSize" = 4;
|
||||
"explorer.confirmDelete" = false;
|
||||
|
@ -62,12 +62,14 @@
|
|||
"prettier.singleAttributePerLine" = false;
|
||||
"prettier.useEditorConfig" = true;
|
||||
"prettier.useTabs" = true;
|
||||
"SourcePawnLanguageServer.includeDirectories" = [ "/mnt/rae2/steamcmd/css_ds/cstrike/addons/sourcemod/scripting/include" ];
|
||||
"svelte.enable-ts-plugin" = true;
|
||||
"telemetry.telemetryLevel" = "off";
|
||||
"workbench.activityBar.iconClickBehavior" = "toggle";
|
||||
"workbench.activityBar.location" = "bottom";
|
||||
"workbench.colorTheme" = "Catppuccin Frappé";
|
||||
"workbench.iconTheme" = "catppuccin-frappe";
|
||||
"workbench.sideBar.location" = "right";
|
||||
"workbench.startupEditor" = "none";
|
||||
} // builtins.listToAttrs [
|
||||
(df "css" "esbenp.prettier-vscode")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue