vterm and enable emacs for workstation
This commit is contained in:
parent
5b461cc0da
commit
8c47c2f4ad
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue