hand7s: vscode deleted
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
cc8d3b5f99
commit
db3b60a846
3 changed files with 0 additions and 50 deletions
|
|
@ -36,7 +36,6 @@
|
||||||
"${self}/hand7s/programs/chrome.nix"
|
"${self}/hand7s/programs/chrome.nix"
|
||||||
"${self}/hand7s/programs/hyprlock.nix"
|
"${self}/hand7s/programs/hyprlock.nix"
|
||||||
"${self}/hand7s/programs/spicetify.nix"
|
"${self}/hand7s/programs/spicetify.nix"
|
||||||
"${self}/hand7s/programs/vscode.nix"
|
|
||||||
"${self}/hand7s/programs/zellij.nix"
|
"${self}/hand7s/programs/zellij.nix"
|
||||||
"${self}/hand7s/programs/direnv.nix"
|
"${self}/hand7s/programs/direnv.nix"
|
||||||
"${self}/hand7s/programs/noctalia.nix"
|
"${self}/hand7s/programs/noctalia.nix"
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,6 @@ in {
|
||||||
programs = {
|
programs = {
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
spicetify.enable = true;
|
spicetify.enable = true;
|
||||||
vscode.enable = true;
|
|
||||||
ghostty.enable = true;
|
ghostty.enable = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,48 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs = {
|
|
||||||
vscode = {
|
|
||||||
package = pkgs.vscodium;
|
|
||||||
profiles = {
|
|
||||||
default = {
|
|
||||||
extensions = with pkgs.vscode-extensions; [
|
|
||||||
jnoortheen.nix-ide
|
|
||||||
|
|
||||||
ms-vscode-remote.vscode-remote-extensionpack
|
|
||||||
ms-vsliveshare.vsliveshare
|
|
||||||
|
|
||||||
redhat.vscode-yaml
|
|
||||||
redhat.ansible
|
|
||||||
|
|
||||||
nefrob.vscode-just-syntax
|
|
||||||
];
|
|
||||||
|
|
||||||
userSettings = lib.mkForce {
|
|
||||||
"editor.fontFamily" = config.stylix.fonts.emoji.name;
|
|
||||||
"editor.fontSize" = 16;
|
|
||||||
|
|
||||||
"editor.cursorBlinking" = "smooth";
|
|
||||||
"editor.cursorSmoothCaretAnimation" = "on";
|
|
||||||
"editor.wordWrap" = "on";
|
|
||||||
|
|
||||||
"workbench.colorTheme" = "Tokyo Storm AltSynt";
|
|
||||||
"workbench.sideBar.location" = "right";
|
|
||||||
"workbench.activityBar.location" = "top";
|
|
||||||
"workbench.editor.editorActionsLocation" = "titleBar";
|
|
||||||
"workbench.editor.showTabs" = "none";
|
|
||||||
|
|
||||||
"window.menuBarVisibility" = "hidden";
|
|
||||||
|
|
||||||
"terminal.integrated.cursorBlinking" = true;
|
|
||||||
|
|
||||||
"files.autoSave" = "afterDelay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue