Compare commits

..

No commits in common. "b6d13cfa1ddbe4a79a34c9dd68fbb7b24b4df830" and "16539d03104011b01f1dd168731440d83fd367be" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View file

@ -210,11 +210,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1712122226,
"narHash": "sha256-pmgwKs8Thu1WETMqCrWUm0CkN1nmCKX3b51+EXsAZyY=",
"lastModified": 1711703276,
"narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "08b9151ed40350725eb40b1fe96b0b86304a654b",
"rev": "d8fe5e6c92d0d190646fb9f1056741a229980089",
"type": "github"
},
"original": {
@ -274,11 +274,11 @@
},
"nur": {
"locked": {
"lastModified": 1712180592,
"narHash": "sha256-8smRh8KCbiyDP8PUW410C6WjA8wuo/BDGiNhn4Dkd3U=",
"lastModified": 1711979987,
"narHash": "sha256-zlxP7Z+tJoJwv4X9dXXs7J5Du9SoYbpOEWBKf06e2X4=",
"owner": "nix-community",
"repo": "NUR",
"rev": "3ffb9a2b7bbc5576c81ab610875fa22199a1eaaf",
"rev": "d4b2d617721d968a7811b03ae2095af0d32a8180",
"type": "github"
},
"original": {

View file

@ -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;