Downgrade emacs & upgrade doom
This commit is contained in:
parent
ccad761956
commit
57e91462ab
3 changed files with 6 additions and 6 deletions
|
@ -116,8 +116,8 @@
|
||||||
|
|
||||||
;; openchat prompt: GPT4 User: {prompt}<|end_of_turn|>GPT4 Assistant:
|
;; openchat prompt: GPT4 User: {prompt}<|end_of_turn|>GPT4 Assistant:
|
||||||
|
|
||||||
(use-package llama-cpp
|
;; (use-package llama-cpp
|
||||||
:ensure t)
|
;; :ensure t)
|
||||||
|
|
||||||
;; (use-package llama-cpp-code)
|
;; (use-package llama-cpp-code)
|
||||||
;; (use-package llama-cpp-chat)
|
;; (use-package llama-cpp-chat)
|
||||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -69,11 +69,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701593495,
|
"lastModified": 1701334333,
|
||||||
"narHash": "sha256-cZviahu0z3t3jTbvx1Mhjhd45aiDvKRKbNE7OI6yIbg=",
|
"narHash": "sha256-rsJ11xznoc2JSmM57bstxyas8xq8ZaEqNhQuQWyoQ/A=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "b9765a4102f23b014d17d71aa0283d8e047477f6",
|
"rev": "913e44a13636fd111139ee683a6741ccb4c28672",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,7 +8,7 @@ let
|
||||||
doomemacsSrc = builtins.fetchGit {
|
doomemacsSrc = builtins.fetchGit {
|
||||||
url = "https://github.com/doomemacs/doomemacs";
|
url = "https://github.com/doomemacs/doomemacs";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
rev = "29b19412f6dcc36cf64a55c339f9a723fc0de3bc";
|
rev = "4d072ce888577b023774460f6036abefcd0a1fa6";
|
||||||
};
|
};
|
||||||
neofetchThemesSrc = builtins.fetchGit {
|
neofetchThemesSrc = builtins.fetchGit {
|
||||||
url = "https://github.com/Chick2D/neofetch-themes";
|
url = "https://github.com/Chick2D/neofetch-themes";
|
||||||
|
|
Loading…
Add table
Reference in a new issue