Updating nixos on syl
This commit is contained in:
parent
a7476a1222
commit
06e78fce2b
10 changed files with 556 additions and 82 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue