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

@ -70,6 +70,8 @@
# KDE # KDE
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.emacs.enable = true;
# Sway # Sway
programs.sway = { programs.sway = {
enable = true; enable = true;
@ -114,6 +116,7 @@
shell = pkgs.zsh; shell = pkgs.zsh;
packages = with pkgs; [ packages = with pkgs; [
teams-for-linux firefox ncpamixer starship discord fastfetch teams-for-linux firefox ncpamixer starship discord fastfetch
emacsPackages.vterm
]; ];
}; };