Better VSCode theme support and rounded corners gnome extension

This commit is contained in:
2024-04-16 23:35:14 +01:00
parent 92beab5202
commit 85e9b6434f

View File

@@ -32,16 +32,19 @@
bottles # Windows Compatibility Layer bottles # Windows Compatibility Layer
# CLI Apps # CLI Apps
nextcloud-client # 'ncs' Dependency [Nextcloud]
neofetch # System Info neofetch # System Info
dconf2nix # Dconf to Nix format.
# Dependencies
adw-gtk3 # 'gtk2/3' Dependency
unzip # 'extract' Dependency unzip # 'extract' Dependency
eza # 'ls' Alias Dependency eza # 'ls' Alias Dependency
dconf2nix # Dconf to Nix format. nextcloud-client # 'ncs' Dependency [Nextcloud]
adw-gtk3 # 'gtk2/3' Dependency
# GNOME Extensions # GNOME Extensions
gnomeExtensions.vitals gnomeExtensions.vitals
gnomeExtensions.clipboard-indicator gnomeExtensions.clipboard-indicator
gnomeExtensions.rounded-window-corners
# Override nerdfont to install JetBrains only. # Override nerdfont to install JetBrains only.
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
@@ -193,6 +196,7 @@
enabled-extensions = [ enabled-extensions = [
"Vitals@CoreCoding.com" "Vitals@CoreCoding.com"
"clipboard-indicator@tudmotu.com" "clipboard-indicator@tudmotu.com"
"rounded-window-corners@yilozt"
# Add new extensions to the packages too! This section only enables extensions, not install them. # Add new extensions to the packages too! This section only enables extensions, not install them.
]; ];
@@ -535,6 +539,7 @@
"editor.multiCursorModifier" = "ctrlCmd"; "editor.multiCursorModifier" = "ctrlCmd";
"workbench.startupEditor" = "none"; "workbench.startupEditor" = "none";
"explorer.compactFolders" = false; "explorer.compactFolders" = false;
"workbench.tree.indent" = 12;
# Whitespace # Whitespace
"files.trimTrailingWhitespace" = true; "files.trimTrailingWhitespace" = true;
"files.trimFinalNewlines" = true; "files.trimFinalNewlines" = true;
@@ -554,6 +559,9 @@
"material-icon-theme.activeIconPack" = "none"; "material-icon-theme.activeIconPack" = "none";
"material-icon-theme.folders.theme" = "classic"; "material-icon-theme.folders.theme" = "classic";
"editor.fontLigatures" = true; "editor.fontLigatures" = true;
"window.commandCenter" = true;
"workbench.productIconTheme" = "adwaita";
"editor.renderLineHighlight" = "none";
# Other # Other
"telemetry.telemetryLevel" = "off"; "telemetry.telemetryLevel" = "off";
"update.showReleaseNotes" = false; "update.showReleaseNotes" = false;