home/natto: generic updates

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-07-12 01:13:56 +05:30
parent a66daf3ac6
commit 81c072b34f
7 changed files with 189 additions and 132 deletions

View File

@@ -3,7 +3,7 @@
, fetchzip
, fetchurl
, fetchFromGitHub
, emacsGcc
, emacsNativeComp
, conf ? null
, ...
}:
@@ -12,11 +12,11 @@ assert (conf != null);
emacsWithPackagesFromUsePackage {
config = conf;
package = emacsGcc;
package = emacsNativeComp;
alwaysEnsure = true;
alwaysTangle = true;
extraEmacsPackages = epkgs: with epkgs; [
use-package
(epkgs.tree-sitter-langs.withPlugins (_: epkgs.tree-sitter-langs.plugins))
# (epkgs.tree-sitter-langs.withPlugins (_: epkgs.tree-sitter-langs.plugins))
];
}