diff --git a/common/auth.nix b/common/auth.nix index a20cfef7..1b2ffebb 100644 --- a/common/auth.nix +++ b/common/auth.nix @@ -11,7 +11,7 @@ enable = true; # the specified packages as well as 1Password CLI will be # automatically installed and configured to use shell plugins - plugins = with pkgs; [awscli2 cachix]; + plugins = with pkgs; [awscli2 cachix cargo]; }; }; } diff --git a/common/gui.nix b/common/gui.nix index 4e441e71..a768032b 100644 --- a/common/gui.nix +++ b/common/gui.nix @@ -48,7 +48,6 @@ lib.attrsets.optionalAttrs device.hasGui { mullvad-vpn mullvad-closest - mullvad-browser steam-run webcord-vencord diff --git a/flake.lock b/flake.lock index 18f75b81..bd8d2686 100644 --- a/flake.lock +++ b/flake.lock @@ -6,15 +6,15 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1716464653, - "narHash": "sha256-7ABtcvZf8P2axZNVV3m9LiKy1VW0lumu60sSuUOYG0o=", - "owner": "1Password", + "lastModified": 1719260329, + "narHash": "sha256-4p/WaE92QFjTtyFNQQxsKXxd2GxL4l60Y5T6y9hU0DI=", + "owner": "uttarayan21", "repo": "shell-plugins", - "rev": "d36189bf486ff2c4d9275c9ce29ec1aa92eaa4a7", + "rev": "8c841a394819e5d19103b0f8bb03ed28b3ccb7d2", "type": "github" }, "original": { - "owner": "1Password", + "owner": "uttarayan21", "repo": "shell-plugins", "type": "github" } @@ -2304,11 +2304,11 @@ ] }, "locked": { - "lastModified": 1718681902, - "narHash": "sha256-E/T7Ge6ayEQe7FVKMJqDBoHyLhRhjc6u9CmU8MyYfy0=", + "lastModified": 1719195554, + "narHash": "sha256-bFXHMjpYlEERexzXa1gLGJO/1l8dxaAtSNE56YALuTg=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "16c8ad83297c278eebe740dea5491c1708960dd1", + "rev": "577ee84c69ba89894ac622d71a678a14d746b2f7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4de62ceb..bc59aa48 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ url = "github:cachix/cachix-deploy-flake"; inputs.home-manager.follows = "home-manager"; }; - _1password-shell-plugins.url = "github:1Password/shell-plugins"; + _1password-shell-plugins.url = "github:uttarayan21/shell-plugins"; }; outputs = {