treewide: upstreaming changes
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
d159232b37
commit
e4e1b03c7e
160 changed files with 3408 additions and 5474 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
|
|
@ -16,14 +17,14 @@
|
|||
];
|
||||
|
||||
userSettings = lib.mkForce {
|
||||
"editor.fontFamily" = "'Hack Nerd Font'";
|
||||
"editor.fontFamily" = config.stylix.fonts.emoji.name;
|
||||
"editor.fontSize" = 16;
|
||||
|
||||
"editor.cursorBlinking" = "smooth";
|
||||
"editor.cursorSmoothCaretAnimation" = "on";
|
||||
"editor.wordWrap" = "on";
|
||||
|
||||
"workbench.colorTheme" = "Blazing Red";
|
||||
"workbench.colorTheme" = "Tokyo Night Moon";
|
||||
"workbench.sideBar.location" = "right";
|
||||
"workbench.activityBar.location" = "top";
|
||||
"workbench.editor.editorActionsLocation" = "titleBar";
|
||||
|
|
@ -31,6 +32,8 @@
|
|||
|
||||
"window.menuBarVisibility" = "hidden";
|
||||
|
||||
"terminal.integrated.cursorBlinking" = true;
|
||||
|
||||
"files.autoSave" = "afterDelay";
|
||||
|
||||
"[nix]" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue