From 8c47c2f4adbb666dc230c6a15d18aefb6480ac42 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 4 Jul 2024 10:53:25 +0200 Subject: [PATCH] vterm and enable emacs for workstation --- workstation/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index b200404..1271a74 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -69,6 +69,8 @@ # KDE services.desktopManager.plasma6.enable = true; + + services.emacs.enable = true; # Sway programs.sway = { @@ -114,6 +116,7 @@ shell = pkgs.zsh; packages = with pkgs; [ teams-for-linux firefox ncpamixer starship discord fastfetch + emacsPackages.vterm ]; };