Compare commits

...

2 commits

Author SHA1 Message Date
Geir Okkenhaug Jerstad eae6726ecb Merge branch 'main' of git.sr.ht:~geokkjer/NixOS_configs 2024-08-02 11:17:53 +02:00
Geir Okkenhaug Jerstad 91fb8d14d2 vterm and emacs on app server 2024-08-02 11:17:05 +02:00

View file

@ -66,9 +66,7 @@
"networkmanager" "networkmanager"
"libvirt" "libvirt"
"podman" "podman"
"ollama" "incus-admin"
"writefreely"
"incus-admin"
]; ];
packages = with pkgs; [ packages = with pkgs; [
bottom bottom
@ -78,6 +76,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim emacs nano curl htop glances kitty neovim emacs nano curl htop glances kitty
wget git inxi nethogs fastfetch wget git inxi nethogs fastfetch
emacsPackages.vterm
]; ];
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.