Compare commits
2 commits
260cdfb37b
...
eae6726ecb
Author | SHA1 | Date | |
---|---|---|---|
eae6726ecb | |||
91fb8d14d2 |
|
@ -66,8 +66,6 @@
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"libvirt"
|
"libvirt"
|
||||||
"podman"
|
"podman"
|
||||||
"ollama"
|
|
||||||
"writefreely"
|
|
||||||
"incus-admin"
|
"incus-admin"
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue