vterm and enable emacs for workstation

This commit is contained in:
Geir Okkenhaug Jerstad 2024-07-04 10:53:25 +02:00
parent 5b461cc0da
commit 8c47c2f4ad

View file

@ -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
];
};