fix server, etc etc

This commit is contained in:
Tao Tien 2024-01-22 10:40:07 -08:00
parent 827885b5b2
commit 50d47ffe5a
6 changed files with 42 additions and 39 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: {
users.users.tao.packages = with pkgs; [
mendeley
unstable.wkhtmltopdf
# unstable.wkhtmltopdf
calibre
qmk
qmk-udev-rules
@ -27,7 +27,7 @@
discord
gh
jellyfin-media-player
jellyfin-mpv-shim
unstable.jellyfin-mpv-shim
keepassxc
libsForQt5.kcharselect
libsForQt5.kdeconnect-kde
@ -55,7 +55,7 @@
virt-manager
zathura
zoom-us
zoxide
unstable.zoxide
];
programs.mosh.enable = true;
environment.shells = with pkgs; [ unstable.nushell ];