Edit nix generation count and Emacs config
This commit is contained in:
@@ -433,6 +433,9 @@
|
|||||||
(add-to-list 'org-structure-template-alist '("json" . "src json"))
|
(add-to-list 'org-structure-template-alist '("json" . "src json"))
|
||||||
(add-to-list 'org-structure-template-alist '("yaml" . "src yaml"))
|
(add-to-list 'org-structure-template-alist '("yaml" . "src yaml"))
|
||||||
|
|
||||||
|
;; babel
|
||||||
|
(add-to-list 'org-babel-load-languages '(shell . t))
|
||||||
|
|
||||||
;; fix yaml fontify
|
;; fix yaml fontify
|
||||||
(add-to-list 'org-src-lang-modes '("yaml" . yaml-ts))
|
(add-to-list 'org-src-lang-modes '("yaml" . yaml-ts))
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 10;
|
configurationLimit = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user