add R packages and new ai tokens

This commit is contained in:
EdenQwQ 2026-03-10 14:58:20 +08:00
parent 26fb9da737
commit 9555894398
9 changed files with 65 additions and 11 deletions

View file

@ -48,6 +48,15 @@ let
vegan
plotly
ggiraph
caret
randomForest
ranger
doParallel
tidyLPA
ggpattern
kernlab
qgraph
NetworkComparisonTest
(buildRPackage {
name = "eegUtils";
src = fetchFromGitHub {

View file

@ -31,7 +31,11 @@ let
}
}
layer-rule {
match namespace="noctalia-bar-content-*"
match namespace="noctalia-*"
exclude namespace="noctalia-bar-exclusion*"
exclude namespace="noctalia-desktop*"
exclude namespace="noctalia-osd*"
exclude namespace="noctalia-notifications*"
background-effect {
xray false
blur true

View file

@ -17,6 +17,12 @@
shellInit = ''
zoxide init fish | source
export PATH="$HOME/.local/bin:$HOME/.juliaup/bin:$PATH"
if test -n "$container"
export PATH="$HOME/.local/bin:$HOME/.juliaup/bin:$HOME/.npm-global/bin:$PATH"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv fish)"
end
set -g fish_color_command = blue --italics
set -g fish_color_quote = yellow --italics
'';

View file

@ -16,6 +16,8 @@
ANTHROPIC_AUTH_TOKEN = "$(cat ${config.age.secrets.anyrouter_token.path})";
ANTHROPIC_BASE_URL = "https://anyrouter.top";
SILICONFLOW_API_KEY = "$(cat ${config.age.secrets.siliconflow_token.path})";
MOONSHOT_API_KEY = "$(cat ${config.age.secrets.kimi_token.path})";
TELEGRAM_BOT_TOKEN = "$(cat ${config.age.secrets.telegram_bot_token.path})";
};
home.packages = with pkgs; [
inputs.kimi-cli.packages.${pkgs.stdenv.hostPlatform.system}.default