Compare commits
No commits in common. "40fd5e3035a1906a1c1f22558bd2c3735e5432df" and "8cf062885e25a2b0b9e10d8e24dea5807618db48" have entirely different histories.
40fd5e3035
...
8cf062885e
5 changed files with 4 additions and 14 deletions
|
@ -378,9 +378,7 @@
|
|||
(vertico-mode t)
|
||||
:bind (:map vertico-map
|
||||
(("DEL" . vertico-directory-delete-char)
|
||||
("C-DEL" . vertico-directory-delete-word)
|
||||
("M-q" . vertico-quick-insert)
|
||||
("C-q" . vertico-quick-exit))))
|
||||
("C-DEL" . vertico-directory-delete-word))))
|
||||
|
||||
;; (use-package vertico-posframe
|
||||
;; :after vertico
|
||||
|
@ -1015,17 +1013,17 @@ This is meant to be an helper to be called from the window manager."
|
|||
|
||||
(use-package gptel
|
||||
:custom
|
||||
(gptel-model 'google/gemini-2.5-flash-preview)
|
||||
(gptel-model 'google/gemini-2.0-flash-001)
|
||||
(gptel-backend (gptel-make-openai "OpenRouter"
|
||||
:host "openrouter.ai"
|
||||
:endpoint "/api/v1/chat/completions"
|
||||
:key (lambda () (require 'f) (f-read-text (getenv "OPENAI_API_KEY_PATH")))
|
||||
:stream t
|
||||
:models '(google/gemini-2.5-flash-preview))
|
||||
:models '(google/gemini-2.0-flash-001))
|
||||
)
|
||||
(gptel-default-mode 'org-mode)
|
||||
(gptel-org-branching-context nil) ;; this is cool but I don't feel comfortable with it
|
||||
(gptel-use-tools nil)
|
||||
(gptel-use-tools 't)
|
||||
|
||||
:bind
|
||||
("C-c a a" . gptel-add)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.gimp ];
|
||||
}
|
|
@ -75,8 +75,6 @@
|
|||
"chirp"
|
||||
"sdrangel"
|
||||
"zmkbatx"
|
||||
"moonlight"
|
||||
"gimp"
|
||||
];
|
||||
extraGroups = [ "plugdev" ];
|
||||
backupPaths = [ ];
|
||||
|
|
|
@ -98,7 +98,6 @@
|
|||
"zoom"
|
||||
"pantalaimon"
|
||||
"moonlight"
|
||||
"gimp"
|
||||
];
|
||||
extraGroups = [ "plugdev" ];
|
||||
backupPaths = [ ];
|
||||
|
|
|
@ -88,7 +88,6 @@
|
|||
"discord"
|
||||
"zoom"
|
||||
"pantalaimon"
|
||||
"gimp"
|
||||
];
|
||||
extraGroups = [ "plugdev" ];
|
||||
backupPaths = [ ];
|
||||
|
|
Loading…
Add table
Reference in a new issue