Compare commits

..

2 commits

Author SHA1 Message Date
Natsu Kagami 0f2686f9a7
Add plugins to OBS 2024-07-15 00:43:15 +02:00
Natsu Kagami af7e118298
Update youmubot 2024-07-15 00:35:26 +02:00
2 changed files with 13 additions and 4 deletions

View file

@ -1634,11 +1634,11 @@
"nixpkgs": "nixpkgs_11"
},
"locked": {
"lastModified": 1720927984,
"narHash": "sha256-ojdYP+/SebDO7EnbUATkBo1/kMqD0H0HhhvU3qy/u0w=",
"lastModified": 1720930588,
"narHash": "sha256-Ue3ZRLUU/VoN0SUOCcAwR5LZJac9UgaSA9To//rP7fU=",
"owner": "natsukagami",
"repo": "youmubot",
"rev": "346f74e6c47c17ea6cf71b6dc88342b748e33832",
"rev": "dc02b4b7e280a8d5f129b5f43636407a2e4b96ea",
"type": "github"
},
"original": {

View file

@ -74,7 +74,6 @@ in
tdesktop
whatsapp-for-linux
obs-studio
librewolf
@ -92,6 +91,16 @@ in
nki.programs.discord.enable = pkgs.stdenv.isx86_64;
nki.programs.discord.package = pkgs.vesktop;
# OBS
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
input-overlay
obs-pipewire-audio-capture
];
};
# Yellow light!
services.wlsunset = {
enable = true;