Tangle & Cleanup

This commit is contained in:
2023-08-16 20:26:46 -04:00
parent feceb5a6a1
commit 73f27e8489
4 changed files with 35 additions and 41 deletions

View File

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