Home Gen497 @ 2025-04-10-12:51

This commit is contained in:
Jonas Röger 2025-04-10 12:53:29 +02:00
parent bb7fa83548
commit 803bdb1a88
2 changed files with 5 additions and 10 deletions

View File

@ -1,9 +1,4 @@
{ {config, ...}: rec {
config,
pkgs,
lib,
...
}: rec {
imports = [ imports = [
../modules/home/borg.nix ../modules/home/borg.nix
../modules/home/doom ../modules/home/doom

View File

@ -63,7 +63,7 @@
(package! tramp) (package! tramp)
(package! graphviz-dot-mode) (package! graphviz-dot-mode)
(let ((package-dir(expand-file-name "packages.d" doom-user-dir))) (let ((package-dir (expand-file-name "packages.d" doom-user-dir)))
(when file-directory-p package-dir) (when (file-directory-p package-dir)
(dolist (file (directory-files package-dir t "\\.el$" t)) (dolist (file (directory-files package-dir t "\\.el$" t))
(load file))) (load file))))