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