Tangle & Cleanup

This commit is contained in:
2023-08-16 20:26:46 -04:00
parent 518c99427f
commit fa12655fb4
3 changed files with 33 additions and 39 deletions

View File

@@ -19,12 +19,5 @@
package = pkgs.emacs29;
};
};
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [
];
};
};
});
}