vterm and emacs on app server
This commit is contained in:
parent
9d9d6931b6
commit
91fb8d14d2
|
@ -66,9 +66,7 @@
|
|||
"networkmanager"
|
||||
"libvirt"
|
||||
"podman"
|
||||
"ollama"
|
||||
"writefreely"
|
||||
"incus-admin"
|
||||
"incus-admin"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
bottom
|
||||
|
@ -78,6 +76,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
neovim emacs nano curl htop glances kitty
|
||||
wget git inxi nethogs fastfetch
|
||||
emacsPackages.vterm
|
||||
];
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
Loading…
Reference in a new issue