From 6fce0db5293093f1547317a98994d65c607f1c24 Mon Sep 17 00:00:00 2001 From: ncaq Date: Thu, 12 Feb 2026 09:29:50 +0900 Subject: [PATCH] =?UTF-8?q?feat(gui):=20proton-authenticator=E3=82=92?= =?UTF-8?q?=E3=83=87=E3=82=B9=E3=82=AF=E3=83=88=E3=83=83=E3=83=97=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit home/native-linux/gui.nixのx86_64環境向けGUIアプリにproton-authenticatorを追加。 --- flake.nix | 1 + home/native-linux/gui.nix | 1 + 2 files changed, 2 insertions(+) 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