From 7564f7be9ec76711d3a888aeb706eb6bb69e9aaf Mon Sep 17 00:00:00 2001 From: chase Date: Sun, 29 Jun 2025 19:17:39 -0400 Subject: [PATCH] Edit nix generation count and Emacs config --- home/emacs/init.el | 3 +++ nixos/base.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/emacs/init.el b/home/emacs/init.el index fe9bc03..7ca066e 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -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)) diff --git a/nixos/base.nix b/nixos/base.nix index a74d1b1..93b1640 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -10,7 +10,7 @@ efi.canTouchEfiVariables = true; systemd-boot = { enable = true; - configurationLimit = 10; + configurationLimit = 5; }; };