From 142c8309fdacac5931379d4adf7ce6ecc1970420 Mon Sep 17 00:00:00 2001 From: k Date: Sun, 8 Jun 2025 19:09:40 -0400 Subject: [PATCH] add missing programs --- hosts/laptop/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index d6d28f9..2c946f3 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -24,6 +24,10 @@ zip emacs-gtk + prismlauncher + steam + gamescope + direnv texliveFull ispell @@ -45,10 +49,11 @@ enable = true; musicDirectory = "/home/k/Music"; }; + emacs = { enable = true; defaultEditor = true; - package = pkgs.emacs-gtk; + package = pkgs.emacs-pgtk; }; }; stylix = {