The nixpad rabbit hole

This commit is contained in:
2025-12-30 07:07:10 +02:00
parent 6a40fb1f5a
commit adddfdd16d
12 changed files with 314 additions and 1 deletions

View File

@@ -465,7 +465,8 @@
(setq org-pomodoro-play-sounds t)
(setq-default doom-modeline-buffer-file-name-style 'file-name-with-project)
(setq chezmoi-command "/home/linly/bin/chezmoi")
;; (setq chezmoi-command "/home/linly/bin/chezmoi")
(setq chezmoi-command "chezmoi")
(setq auto-save-visited-mode t)
(setq auto-save-visited-interval 10)
(auto-save-visited-mode +1)
@@ -656,3 +657,9 @@
;; ssh auth sock sometimes isn't inheritted (w nix)
(setenv "SSH_AUTH_SOCK" (expand-file-name "~/.bitwarden-ssh-agent.sock"))
(setq telega-tdlib-library-path "/nix/store/q5skl24l40lrjinl8ppy83gc0gp0z4xa-tdlib-1.8.55/lib/libtdjson.so")
(setq telega-tdlib-executable nil) ;; No need for executable
(setq telega-server-libs-prefix "/nix/store/q5skl24l40lrjinl8ppy83gc0gp0z4xa-tdlib-1.8.55")
(setenv "PKG_CONFIG_PATH" "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/lib/pkgconfig/")