Remove chromium and enable more SSH-related stuff

This commit is contained in:
xmm16 2024-12-18 18:19:25 -03:00
commit e5c8aabb91
No known key found for this signature in database

View file

@ -11,7 +11,6 @@
emacs30-pgtk emacs30-pgtk
kitty kitty
firefox_nightly firefox_nightly
chromium
ffmpeg-full ffmpeg-full
vesktop vesktop
spotify spotify
@ -150,6 +149,7 @@
}; };
programs.ssh = { programs.ssh = {
enable = true;
startAgent = true; startAgent = true;
}; };
} }