misc changes
Some checks failed
Verify Nix Flake / verify_build (push) Failing after 55s

This commit is contained in:
k
2025-06-22 02:58:14 -04:00
parent a9beac4f61
commit fc3f547192
2 changed files with 12 additions and 4 deletions

View File

@@ -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 = {