Compare commits

...

2 commits

Author SHA1 Message Date
Trolli Schmittlauch b6d13cfa1d treefmt 2024-04-04 01:32:49 +02:00
Trolli Schmittlauch db992aa2d3 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/d8fe5e6c92d0d190646fb9f1056741a229980089' (2024-03-29)
  → 'github:NixOS/nixpkgs/08b9151ed40350725eb40b1fe96b0b86304a654b' (2024-04-03)
• Updated input 'nur':
    'github:nix-community/NUR/d4b2d617721d968a7811b03ae2095af0d32a8180' (2024-04-01)
  → 'github:nix-community/NUR/3ffb9a2b7bbc5576c81ab610875fa22199a1eaaf' (2024-04-03)
2024-04-04 01:31:20 +02:00
2 changed files with 7 additions and 7 deletions

View file

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

View file

@ -60,7 +60,7 @@
in in
{ {
"editor.fontLigatures" = true; "editor.fontLigatures" = true;
"editor.accessibilitySupport" = false; # prevent asking "editor.accessibilitySupport" = false; # prevent asking
"editor.cursorBlinking" = "phase"; "editor.cursorBlinking" = "phase";
"workbench.editor.highlightModifiedTabs" = true; "workbench.editor.highlightModifiedTabs" = true;
"window.autoDetectColorScheme" = true; "window.autoDetectColorScheme" = true;