diff --git a/flake.lock b/flake.lock index 5bc6bb3..6b1e4a5 100644 --- a/flake.lock +++ b/flake.lock @@ -210,11 +210,11 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1711703276, - "narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=", + "lastModified": 1712122226, + "narHash": "sha256-pmgwKs8Thu1WETMqCrWUm0CkN1nmCKX3b51+EXsAZyY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d8fe5e6c92d0d190646fb9f1056741a229980089", + "rev": "08b9151ed40350725eb40b1fe96b0b86304a654b", "type": "github" }, "original": { @@ -274,11 +274,11 @@ }, "nur": { "locked": { - "lastModified": 1711979987, - "narHash": "sha256-zlxP7Z+tJoJwv4X9dXXs7J5Du9SoYbpOEWBKf06e2X4=", + "lastModified": 1712180592, + "narHash": "sha256-8smRh8KCbiyDP8PUW410C6WjA8wuo/BDGiNhn4Dkd3U=", "owner": "nix-community", "repo": "NUR", - "rev": "d4b2d617721d968a7811b03ae2095af0d32a8180", + "rev": "3ffb9a2b7bbc5576c81ab610875fa22199a1eaaf", "type": "github" }, "original": { diff --git a/home/modules/vscodium.nix b/home/modules/vscodium.nix index 268607e..89158b2 100644 --- a/home/modules/vscodium.nix +++ b/home/modules/vscodium.nix @@ -60,7 +60,7 @@ in { "editor.fontLigatures" = true; - "editor.accessibilitySupport" = false; # prevent asking + "editor.accessibilitySupport" = false; # prevent asking "editor.cursorBlinking" = "phase"; "workbench.editor.highlightModifiedTabs" = true; "window.autoDetectColorScheme" = true;