Compare commits

..

No commits in common. "0a0b2dcc5c1ca6cfe7e7e0e8d39e57b5eafbc309" and "21e4415d6d7da3fd6e84f22816f419a3f99a982c" have entirely different histories.

3 changed files with 48 additions and 15 deletions

18
flake.lock generated
View file

@ -48,11 +48,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750325256, "lastModified": 1749873626,
"narHash": "sha256-vvlxGz/waqJ3TGqM/iqXbnEc7/R1qnEXmaBiPaQ1RE0=", "narHash": "sha256-1Mc/D/1RwwmDKY59f4IpDBgcQttxffm+4o0m67lQ8hc=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "0d71cbf88d63e938b37b85b3bf8b238bcf7b39b9", "rev": "2f140d6ac8840c6089163fb43ba95220c230f22b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -79,11 +79,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1750365781, "lastModified": 1750134718,
"narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=", "narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54", "rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -100,11 +100,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1750470234, "lastModified": 1750305956,
"narHash": "sha256-D8oigkONATa1o5qNLjxYFJpuWAUN+/R0JmTLkzcNJ8Y=", "narHash": "sha256-o3Y5v3KmqKOEudWqBKX0utCOMvn/+hbEhWEZklS1Ej0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "0c1a4c4ad21271cc1194e6cf3d450e1c2dc5da32", "rev": "45c311c54cf6b948161b056f07b3e66515273315",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,7 +24,7 @@
]; ];
home = { home = {
stateVersion = "25.05"; stateVersion = "24.11";
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "$EDITOR"; VISUAL = "$EDITOR";
@ -50,7 +50,6 @@
gnupg gnupg
go go
graphviz graphviz
harlequin
jetbrains-mono jetbrains-mono
jjui jjui
jq-lsp jq-lsp
@ -80,7 +79,6 @@
patchelf patchelf
pngpaste pngpaste
prettyping prettyping
pyrefly
python3Packages.huggingface-hub python3Packages.huggingface-hub
python3Packages.jupyterlab python3Packages.jupyterlab
rclone rclone
@ -98,6 +96,8 @@
stylua stylua
swift-format swift-format
tealdeer tealdeer
tectonic
texlab
tig tig
tmux-sessionizer tmux-sessionizer
tokei tokei
@ -222,7 +222,7 @@
xdg.configFile."nvim".source = pkgs.fetchFromGitHub { xdg.configFile."nvim".source = pkgs.fetchFromGitHub {
owner = "softinio"; owner = "softinio";
repo = "nvim-config"; repo = "nvim-config";
rev = "9e390d7b96198ff2525c3ba9ab5ab985e62198df"; rev = "ba28bef49a6ec11692d5bdb4949fc484139c8fa5";
sha256 = "sha256-5o42JAxYkgSkhZbDimqKkoKFFFLuA4hLKFHWtcY0hbk="; sha256 = "sha256-0I4yOFbcL9peHvKm8I9LXE2R9i54NvdDO5QJ5oPXTkU=";
}; };
} }

View file

@ -18,7 +18,40 @@
# Main model: # Main model:
## Specify the model to use for the main chat ## Specify the model to use for the main chat
model: anthropic/claude-sonnet-4-20250514 #model: xxx
## Use claude-3-opus-20240229 model for the main chat
#opus: false
## Use anthropic/claude-3-7-sonnet-20250219 model for the main chat
sonnet: true
## Use claude-3-5-haiku-20241022 model for the main chat
#haiku: false
## Use gpt-4-0613 model for the main chat
#4: false
## Use gpt-4o model for the main chat
# 4o: true
## Use gpt-4o-mini model for the main chat
#mini: false
## Use gpt-4-1106-preview model for the main chat
#4-turbo: false
## Use gpt-3.5-turbo model for the main chat
#35turbo: false
## Use deepseek/deepseek-chat model for the main chat
#deepseek: false
## Use o1-mini model for the main chat
#o1-mini: false
## Use o1-preview model for the main chat
#o1-preview: false
######################## ########################
# API Keys and settings: # API Keys and settings: