mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
add R packages and new ai tokens
This commit is contained in:
parent
26fb9da737
commit
9555894398
9 changed files with 65 additions and 11 deletions
|
|
@ -48,6 +48,15 @@ let
|
|||
vegan
|
||||
plotly
|
||||
ggiraph
|
||||
caret
|
||||
randomForest
|
||||
ranger
|
||||
doParallel
|
||||
tidyLPA
|
||||
ggpattern
|
||||
kernlab
|
||||
qgraph
|
||||
NetworkComparisonTest
|
||||
(buildRPackage {
|
||||
name = "eegUtils";
|
||||
src = fetchFromGitHub {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue