From 3f8470342e9e21c0986d972c23a233ea35781fc6 Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 8 Nov 2023 23:22:10 -0500 Subject: [PATCH] ugh, un-ungoogled-chromium --- home.nix | 5 ++++- vscode-settings.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 8d50975..7312e03 100644 --- a/home.nix +++ b/home.nix @@ -11,7 +11,7 @@ in firefox # ugh - ungoogled-chromium + chromium # bsdgames # CRITICAL THREE @@ -47,6 +47,8 @@ in cargo clippy rustc + rust-analyzer + rustfmt idris2 @@ -59,6 +61,7 @@ in fzf kolourpaint audacious + audacity akku # managing with elpas :( diff --git a/vscode-settings.nix b/vscode-settings.nix index cee0428..c582da2 100644 --- a/vscode-settings.nix +++ b/vscode-settings.nix @@ -29,6 +29,7 @@ builtins.fromJSON }, "editor.formatOnSave": true, "editor.acceptSuggestionOnCommitCharacter": false, + "editor.linkedEditing": true, "git.autofetch": true, "files.eol": "\n", "vim.handleKeys": {