Updating nixos on syl

This commit is contained in:
Chris Cochrun 2022-06-29 11:24:14 -05:00
parent a7476a1222
commit 06e78fce2b
10 changed files with 556 additions and 82 deletions

View file

@ -233,6 +233,12 @@
programs.msmtp.enable = true;
services.mbsync.enable = true;
programs.obs-studio = {
enable = true;
plugins = [ pkgs.obs-studio-plugins.obs-websocket
pkgs.obs-studio-plugins.obs-move-transition ];
};
services.nextcloud-client = {
enable = true;
startInBackground = true;