Edit nix generation count and Emacs config

This commit is contained in:
2025-06-29 19:17:39 -04:00
parent b7b846007d
commit 7564f7be9e
2 changed files with 4 additions and 1 deletions

View File

@@ -433,6 +433,9 @@
(add-to-list 'org-structure-template-alist '("json" . "src json"))
(add-to-list 'org-structure-template-alist '("yaml" . "src yaml"))
;; babel
(add-to-list 'org-babel-load-languages '(shell . t))
;; fix yaml fontify
(add-to-list 'org-src-lang-modes '("yaml" . yaml-ts))

View File

@@ -10,7 +10,7 @@
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
configurationLimit = 10;
configurationLimit = 5;
};
};