Compare commits

6 Commits

5 changed files with 5 additions and 22 deletions
Generated
-16
View File
@@ -296,27 +296,11 @@
"openspec": "openspec" "openspec": "openspec"
}, },
"locked": { "locked": {
<<<<<<< HEAD
"lastModified": 1781500279, "lastModified": 1781500279,
"narHash": "sha256-810qVHwu6jVhu01FWj9dXuruK84Gw2smAlbu6FPBfeY=", "narHash": "sha256-810qVHwu6jVhu01FWj9dXuruK84Gw2smAlbu6FPBfeY=",
||||||| cd80ded
"lastModified": 1779944037,
"narHash": "sha256-jO6zAJjgc9n3SeDJW1EbV6CEqOa9DK+2AhTgWc+ImHQ=",
=======
"lastModified": 1781153970,
"narHash": "sha256-OtC89zreW6Api7wpF5u76Jvkn8uQJiM+0yFFn/r+rj8=",
>>>>>>> d1494476b864173592c6dc4a1f0645189cdca192
"ref": "refs/heads/master", "ref": "refs/heads/master",
<<<<<<< HEAD
"rev": "050c273c65b36dc03c34a7547d80e88afff5ac48", "rev": "050c273c65b36dc03c34a7547d80e88afff5ac48",
"revCount": 327, "revCount": 327,
||||||| cd80ded
"rev": "ae1fb97c21b311dc03a46e8d50867048e5568c88",
"revCount": 323,
=======
"rev": "8fae0726a53ecabb04f4a0931a17a25de6a05fbf",
"revCount": 324,
>>>>>>> d1494476b864173592c6dc4a1f0645189cdca192
"type": "git", "type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
}, },
@@ -12,7 +12,6 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
openwork
pomodoro-timer pomodoro-timer
]; ];
}; };
+1 -1
View File
@@ -19,7 +19,7 @@ in {
source = [ source = [
"~/.config/hypr/dms/colors.conf" "~/.config/hypr/dms/colors.conf"
"~/.config/hypr/dms/layout.conf" "~/.config/hypr/dms/layout.conf"
"~/.config/hypr/monitors.conf" "~/.config/hypr/dms/outputs.conf"
]; ];
exec-once = [ exec-once = [
"vibetyper" "vibetyper"
+1
View File
@@ -74,5 +74,6 @@
# opencode-desktop # opencode-desktop
openshell openshell
openspec openspec
openwork
]; ];
} }
+3 -4
View File
@@ -227,12 +227,11 @@
output = 64000; output = 64000;
}; };
}; };
"claude-opus-4-6" = { "claude-opus-4-8" = {
name = "Claude Opus 4.6"; name = "Claude Opus 4.8";
options = { options = {
thinking = { thinking = {
type = "enabled"; type = "adaptive";
budget_tokens = 16000;
}; };
}; };
limit = { limit = {