diff --git a/flake.lock b/flake.lock index 5e43566..2fa89eb 100644 --- a/flake.lock +++ b/flake.lock @@ -219,11 +219,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1673948101, - "narHash": "sha256-cD0OzFfnLFeeaz4jVszH9QiMTn+PBxmcYzrp+xujpwM=", + "lastModified": 1675371293, + "narHash": "sha256-LrCjtrAXj/WJphhGEMnHgZs7oTsfOlvPfOjFTIvg39k=", "owner": "nix-community", "repo": "home-manager", - "rev": "bd3efacb82c721edad1ce9eda583df5fb62ab00a", + "rev": "d1c7730bb707bf8124d997952f7babd2a281ae68", "type": "github" }, "original": { @@ -265,11 +265,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1673796341, - "narHash": "sha256-1kZi9OkukpNmOaPY7S5/+SlCDOuYnP3HkXHvNDyLQcc=", + "lastModified": 1675273418, + "narHash": "sha256-tpYc4TEGvDzh9uRf44QemyQ4TpVuUbxb07b2P99XDbM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6dccdc458512abce8d19f74195bb20fdb067df50", + "rev": "4d7c2644dbac9cf8282c0afe68fca8f0f3e7b2db", "type": "github" }, "original": { diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index c0a0560..442bbe5 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -327,7 +327,6 @@ in { ms-vsliveshare.vsliveshare ms-python.vscode-pylance eamodio.gitlens - github.copilot yzhang.markdown-all-in-one editorconfig.editorconfig @@ -352,6 +351,8 @@ in { "gitlens.telemetry.enabled" = false; "telemetry.telemetryLevel" = "off"; "editor.inlineSuggest.enabled" = true; + "liveshare.presence" = true; + "github.copilot.enable" = { "*" = true; }; }; };