diff --git a/config/cursor/settings.json b/config/cursor/settings.json index e0fec08..621ebaf 100644 --- a/config/cursor/settings.json +++ b/config/cursor/settings.json @@ -127,5 +127,6 @@ "editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace", "workbench.colorTheme": "Default Dark+", "direnv.path.executable": "/etc/profiles/per-user/igm/bin/direnv", - "window.zoomLevel": -0.5 + "window.zoomLevel": -0.5, + "cursor.cpp.disabledLanguages": ["plaintext", "scminput", "yaml"] } diff --git a/flake.lock b/flake.lock index f4de6ef..ce15a0d 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707619277, - "narHash": "sha256-vKnYD5GMQbNQyyQm4wRlqi+5n0/F1hnvqSQgaBy4BqY=", + "lastModified": 1708151420, + "narHash": "sha256-MGT/4aGCWQPQiu6COqJdCj9kSpLPiShgbwpbC38YXC8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f3a93440fbfff8a74350f4791332a19282cc6dc8", + "rev": "6e2f00c83911461438301db0dba5281197fe4b3a", "type": "github" }, "original": { diff --git a/nix/darwin/homebrew.nix b/nix/darwin/homebrew.nix index 0fcae74..dbb9e1a 100644 --- a/nix/darwin/homebrew.nix +++ b/nix/darwin/homebrew.nix @@ -41,7 +41,7 @@ with lib; rec { "anki" "arc" "brave-browser" - "dashlane" + # "dashlane" "discord" "docker" "figma" diff --git a/nix/flake.lock b/nix/flake.lock index b0bf6f2..36c8766 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1706833576, - "narHash": "sha256-w7BL0EWRts+nD1lbLECIuz6fRzmmV+z8oWwoY7womR0=", + "lastModified": 1707707289, + "narHash": "sha256-YuDt/eSTXMEHv8jS8BEZJgqCcG8Tr3cyqaZjJFXZHsw=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "bdbae6ecff8fcc322bf6b9053c0b984912378af7", + "rev": "44f50a5ecaab72a61d5fd8e5c5717bc4bf9c25dd", "type": "github" }, "original": { @@ -99,11 +99,11 @@ ] }, "locked": { - "lastModified": 1707683400, - "narHash": "sha256-Zc+J3UO1Xpx+NL8UB6woPHyttEy9cXXtm+0uWwzuYDc=", + "lastModified": 1708031129, + "narHash": "sha256-EH20hJfNnc1/ODdDVat9B7aKm0B95L3YtkIRwKLvQG8=", "owner": "nix-community", "repo": "home-manager", - "rev": "21b078306a2ab68748abf72650db313d646cf2ca", + "rev": "3d6791b3897b526c82920a2ab5f61d71985b3cf8", "type": "github" }, "original": { @@ -135,11 +135,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707619277, - "narHash": "sha256-vKnYD5GMQbNQyyQm4wRlqi+5n0/F1hnvqSQgaBy4BqY=", + "lastModified": 1708151420, + "narHash": "sha256-MGT/4aGCWQPQiu6COqJdCj9kSpLPiShgbwpbC38YXC8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f3a93440fbfff8a74350f4791332a19282cc6dc8", + "rev": "6e2f00c83911461438301db0dba5281197fe4b3a", "type": "github" }, "original": { diff --git a/nix/nixpkgs/overlays/10-basic.nix b/nix/nixpkgs/overlays/10-basic.nix index 3edf6b2..ba84adc 100644 --- a/nix/nixpkgs/overlays/10-basic.nix +++ b/nix/nixpkgs/overlays/10-basic.nix @@ -6,7 +6,7 @@ self: super: rec { sha256 = "1zxgy3znw0i6h1lxhmnx001c1pdcyszwqj8f0d0092nmnngdzsrl"; }; - cargo-workspaces = self.callPackage ./packages/cargo-workspaces.nix { }; + # cargo-workspaces = self.callPackage ./packages/cargo-workspaces.nix { }; # kitty = super.kitty.overrideAttrs (existing: { # patches = [