Updated formating

This commit is contained in:
k
2026-01-27 16:11:58 -05:00
parent 07fd3a6afc
commit f8eccabdb3
4 changed files with 16 additions and 10 deletions

View File

@@ -14,6 +14,7 @@
home = {
packages = with pkgs; [
firefox
lagrange
chromium #this might replace firefox
keepassxc
thunderbird
@@ -44,7 +45,10 @@
emacs = {
enable = true;
package = pkgs.emacs-pgtk.override{withTreeSitter=true; withNativeCompilation=true;};
package = pkgs.emacs-pgtk.override {
withTreeSitter = true;
withNativeCompilation = true;
};
extraPackages = epkgs: [
epkgs.vterm
];