So many changes dude, mostly gptel and libreoffice
This commit is contained in:
@@ -11,5 +11,18 @@ orgTrivialBuild {
|
||||
pkgs.azos-emacs-base
|
||||
pkgs.azos-emacs-station
|
||||
gptel
|
||||
(epkgs.callPackage epkgs.trivialBuild {
|
||||
pname = "gptel-autocomplete";
|
||||
version = "2025-06-18";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "JDNdeveloper";
|
||||
repo = "gptel-autocomplete";
|
||||
rev = "8ace326a6e7b8a3a4df7a6e80272b472e7fbd167"; # Use a specific commit hash for reproducibility
|
||||
sha256 = "sha256-gVgdFLi6RGUCD3ZXzOIo5XpTNmP/9lMAO5nyWu1zVlM=";
|
||||
};
|
||||
buildInputs = with epkgs; [
|
||||
gptel
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
(setq-local whitespace-style '(face tabs trailing tab-mark
|
||||
indentation))))
|
||||
)
|
||||
|
||||
(use-package gptel-autocomplete
|
||||
:ensure t)
|
||||
#+end_src
|
||||
|
||||
** Headphones
|
||||
|
||||
Reference in New Issue
Block a user