Removed Emacs module and added configuration to home.nix

This commit is contained in:
lulusilly 2026-03-13 11:03:10 -04:00
parent 859036ba7c
commit 8f7badd25d
3 changed files with 10 additions and 13 deletions

View file

@ -94,6 +94,16 @@
};
};
# Oh boyee I love Emacs
programs.emacs = {
enable = true;
package = pkgs.emacs-gtk;
extraPackages = epkgs: [
epkgs.nix-mode
epkgs.nixfmt
];
};
home.packages = with pkgs; [
tree # Nice file tree views w/ permissions
linux-wifi-hotspot # For hotspotting while over ethernet