Updated formating
This commit is contained in:
parent
07fd3a6afc
commit
f8eccabdb3
4 changed files with 16 additions and 10 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue