This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
btop
|
||||
zip
|
||||
emacs-gtk
|
||||
|
||||
prismlauncher
|
||||
steam
|
||||
@@ -40,6 +39,14 @@
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-pgtk;
|
||||
extraPackages = epkgs: [
|
||||
epkgs.vterm
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user