From 55fb35acf7e78530c164717f2f7982430226aeba Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:57:52 +0100 Subject: [PATCH] Update website flake input --- flake.lock | 6 +++--- nixos-configurations/shared-desktop.nix | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 241f7f3..06e4d34 100644 --- a/flake.lock +++ b/flake.lock @@ -208,11 +208,11 @@ "website": { "flake": false, "locked": { - "lastModified": 1704069563, - "narHash": "sha256-kkMnxmPtU0F/SuhwiMsSrO0z0+p3PYicfrqPxMb1Mvc=", + "lastModified": 1707497768, + "narHash": "sha256-GzBC5I4FLEijh2Nsww3P4LZaJR8oXbEH04P6NovVwIk=", "owner": "thiloho", "repo": "website", - "rev": "c113ae99dd795f55acab76e352a0f1aa5b3ea158", + "rev": "8448dcc2269fe4fc698707d749fc7972c232101c", "type": "github" }, "original": { diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index decc316..538ec2e 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -67,7 +67,6 @@ userSettings = { "nix.enableLanguageServer" = true; "nix.serverPath" = "nil"; - "window.titleBarStyle" = "custom"; "editor.indentSize" = 2; "editor.tabSize" = 2; };