We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df73d5 commit 768b5d9Copy full SHA for 768b5d9
2 files changed
flake.nix
@@ -137,6 +137,7 @@
137
"claude-code-bin" # Node版とBun版両方受け入れると指定する必要があります。
138
"copilot-language-server" # 一番いい補完のため仕方がない。
139
"discord" # ネイティブ版の方が音声などが安定しているため仕方がない。
140
+ "proton-authenticator" # デスクトップ版のソースはまだ公開されていません。モバイル版に続きそのうち公開されると思います。
141
"slack" # ネイティブ版の方が通知などが安定しているため仕方がない。
142
"zoom" # ネイティブ版の方が動画などが安定しているため仕方がない。
143
];
home/native-linux/gui.nix
@@ -21,6 +21,7 @@
21
]
22
++ lib.optionals stdenv.hostPlatform.isx86_64 [
23
discord
24
+ proton-authenticator
25
slack
26
virtualbox
27
zoom-us
0 commit comments