Compare commits

..

1 commit

Author SHA1 Message Date
Natsu Kagami 504fa292a0
Update youmubot 2024-07-14 05:36:53 +02:00
2 changed files with 4 additions and 13 deletions

View file

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

View file

@ -74,6 +74,7 @@ in
tdesktop tdesktop
whatsapp-for-linux whatsapp-for-linux
obs-studio
librewolf librewolf
@ -91,16 +92,6 @@ in
nki.programs.discord.enable = pkgs.stdenv.isx86_64; nki.programs.discord.enable = pkgs.stdenv.isx86_64;
nki.programs.discord.package = pkgs.vesktop; 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! # Yellow light!
services.wlsunset = { services.wlsunset = {
enable = true; enable = true;