nixos: add emacs-auto wrapper + desktop files

This commit is contained in:
2026-02-05 18:35:42 -08:00
committed by Kat Huang
parent bffae091d4
commit 9f3f5c5a9d
5 changed files with 135 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
./essential.nix
];
environment.systemPackages = with pkgs; [
emacs
emacs-auto
];
programs.zsh.enable = true;
networking.firewall.enable = false;