diff --git a/flake.nix b/flake.nix index 436dd83e..cb3593cb 100644 --- a/flake.nix +++ b/flake.nix @@ -131,6 +131,7 @@ "claude-code-bin" # Node版とBun版両方受け入れると指定する必要があります。 "copilot-language-server" # 一番いい補完のため仕方がない。 "discord" # ネイティブ版の方が音声などが安定しているため仕方がない。 + "proton-authenticator" # デスクトップ版のソースは公開されていますが、nixpkgsが追いついていないので報告が必要です。 "slack" # ネイティブ版の方が通知などが安定しているため仕方がない。 "zoom" # ネイティブ版の方が動画などが安定しているため仕方がない。 ]; diff --git a/home/native-linux/gui.nix b/home/native-linux/gui.nix index 79cbbfab..29c0ca23 100644 --- a/home/native-linux/gui.nix +++ b/home/native-linux/gui.nix @@ -21,6 +21,7 @@ ] ++ lib.optionals stdenv.hostPlatform.isx86_64 [ discord + proton-authenticator slack virtualbox zoom-us