No need for pre-comped emacs, useful for smaller systems

This commit is contained in:
2023-12-18 21:54:23 -05:00
parent 4713c05ca4
commit 2146ab4237
3 changed files with 5 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ flakify() {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = (with pkgs; [
mac-emacs
emacs
(aspellWithDicts (p: with p;[
en
en-computers

View File

@@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
kitty
me-emacs
emacs
rnix-lsp
texlive.combined.scheme-full
pandoc