Tangle & Cleanup

This commit is contained in:
2023-08-16 20:26:46 -04:00
parent 290c61aacb
commit c01e993dbd
3 changed files with 34 additions and 40 deletions

View File

@@ -16,14 +16,7 @@
packages = {
emacs = pkgs.emacsWithPackagesFromUsePackage {
config = ./main.org;
package = pkgs.emacs29;
};
};
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [
];
package = emacs29;
};
};
});