.
This commit is contained in:
parent
35978aca9a
commit
d9a6934ad3
3 changed files with 40 additions and 36 deletions
|
@ -21,13 +21,16 @@
|
||||||
] ++ (with pkgs; [
|
] ++ (with pkgs; [
|
||||||
chicken
|
chicken
|
||||||
# (chicken.overrideAttrs (final: previous: {
|
# (chicken.overrideAttrs (final: previous: {
|
||||||
# assets = fetchurl {
|
# buildInputs = previous.buildInputs ++ [ curl ];
|
||||||
# url = "https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz";
|
# # assets = fetchurl {
|
||||||
# sha256 = "sha256-3fwcepem+1xj5UlQ+fCjvjHVtE8LO5co2A0k5gx5cZU=";
|
# # url = "https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz";
|
||||||
# };
|
# # sha256 = "sha256-3fwcepem+1xj5UlQ+fCjvjHVtE8LO5co2A0k5gx5cZU=";
|
||||||
|
# # };
|
||||||
|
# postBuild = (previous.postBuild or "") + ''
|
||||||
|
# curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz;
|
||||||
|
# '';
|
||||||
# postInstall = (previous.postInstall or "") + ''
|
# postInstall = (previous.postInstall or "") + ''
|
||||||
# cd `csi -R chicken.platform -p '(chicken-home)'`;
|
# tar zxf chicken-doc-repo-5.tgz -C cd `csi -R chicken.platform -p '(chicken-home)'`;
|
||||||
# tar zxf ${assets};
|
|
||||||
# '';
|
# '';
|
||||||
# }))
|
# }))
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -607,7 +607,8 @@ Point must be at the beginning of balanced expression (sexp)."
|
||||||
:config
|
:config
|
||||||
(eval-after-load 'eglot
|
(eval-after-load 'eglot
|
||||||
'(add-to-list 'eglot-server-programs
|
'(add-to-list 'eglot-server-programs
|
||||||
'(scheme-mode . ("chicken-lsp-server"))))
|
'(scheme-mode
|
||||||
|
. ("env" "CHICKEN_DOC_REPOSITORY=/home/zilti/.local/share/chicken-doc" "chicken-lsp-server"))))
|
||||||
:hook
|
:hook
|
||||||
(scheme-mode . eglot-ensure))
|
(scheme-mode . eglot-ensure))
|
||||||
|
|
||||||
|
@ -690,28 +691,28 @@ Point must be at the beginning of balanced expression (sexp)."
|
||||||
|
|
||||||
;;;; Communication
|
;;;; Communication
|
||||||
;;;;; IRC
|
;;;;; IRC
|
||||||
(use-package circe
|
(use-package rcirc
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook
|
|
||||||
(circe-chat-mode . enable-circe-color-nicks)
|
|
||||||
:custom
|
:custom
|
||||||
(circe-network-options
|
(rcirc-server-alist
|
||||||
'(("Lyrion OFTC"
|
`(("liberachat.irc.lyrion.ch"
|
||||||
:host "lyrion.ch"
|
:server-alias "irc.libera.chat"
|
||||||
:port 6697
|
:port 6697
|
||||||
:tls t
|
|
||||||
:nick "zilti"
|
:nick "zilti"
|
||||||
:sasl-username "zilti/irc.oftc.net"
|
:full-name "Daniel Ziltener"
|
||||||
:sasl-password (lambda (_)
|
:user-name "zilti/irc.libera.chat"
|
||||||
(password-store-get "Privat/Soju")))
|
:password ,(password-store-get "Privat/Soju")
|
||||||
("Lyrion Libera Chat"
|
:encryption tls
|
||||||
:host "lyrion.ch"
|
:channels ("#chicken")))
|
||||||
|
`(("oftc.irc.lyrion.ch"
|
||||||
|
:server-alias "irc.oftc.net"
|
||||||
:port 6697
|
:port 6697
|
||||||
:tls t
|
|
||||||
:nick "zilti"
|
:nick "zilti"
|
||||||
:sasl-username "zilti/irc.libera.chat"
|
:full-name "Daniel Ziltener"
|
||||||
:sasl-password (lambda (_)
|
:user-name "zilti/irc.oftc.net"
|
||||||
(password-store-get "Privat/Soju"))))))
|
:password ,(password-store-get "Privat/Soju")
|
||||||
|
:encryption tls
|
||||||
|
:channels ()))))
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
26
flake.lock
26
flake.lock
|
@ -27,11 +27,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700847865,
|
"lastModified": 1701071203,
|
||||||
"narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=",
|
"narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe",
|
"rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -50,11 +50,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700862359,
|
"lastModified": 1701023633,
|
||||||
"narHash": "sha256-gNtAZ9m5gTT0C/HTiqAVGQ2MPH+TBoIKBvROPJvlHWQ=",
|
"narHash": "sha256-lX/PsZrKEtdk/cUIET/UYhQKPJRkNq2hlbLH6VQSpWc=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "745b998587fc39db6e3f77caa54074da618cd509",
|
"rev": "99ca26d4eb84e0071264713902e5b287fcab392e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -138,11 +138,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700612854,
|
"lastModified": 1700794826,
|
||||||
"narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=",
|
"narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614",
|
"rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -234,18 +234,18 @@
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"host": "gitlab.freedesktop.org",
|
"host": "gitlab.freedesktop.org",
|
||||||
"lastModified": 1700736101,
|
"lastModified": 1700734054,
|
||||||
"narHash": "sha256-1Fh1xf/JX5zFbGIF9LDaffaleG6JDwwwnKby0LyiXEA=",
|
"narHash": "sha256-SBu1y01WjCSrcCKvgfCDDckrZjU/OmCJT8Xc+hPow7E=",
|
||||||
"owner": "wlroots",
|
"owner": "wlroots",
|
||||||
"repo": "wlroots",
|
"repo": "wlroots",
|
||||||
"rev": "f1762f428b0ef2989c81f57ea9e810403d34d946",
|
"rev": "2eb225236eb72f27beec921e9f37ddf58e874fba",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"host": "gitlab.freedesktop.org",
|
"host": "gitlab.freedesktop.org",
|
||||||
"owner": "wlroots",
|
"owner": "wlroots",
|
||||||
"repo": "wlroots",
|
"repo": "wlroots",
|
||||||
"rev": "f1762f428b0ef2989c81f57ea9e810403d34d946",
|
"rev": "2eb225236eb72f27beec921e9f37ddf58e874fba",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue