mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
a563473b77
commit
c7bcc6f2de
1 changed files with 9 additions and 7 deletions
|
|
@ -7,14 +7,16 @@ let
|
||||||
in
|
in
|
||||||
{ options.modules.fun = { enable = mkEnableOption "fun"; };
|
{ options.modules.fun = { enable = mkEnableOption "fun"; };
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
programs.obs-studio = {
|
||||||
spotify
|
enable = true;
|
||||||
discord
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
steam
|
wlrobs
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
obs-studio
|
home.packages = with pkgs; [
|
||||||
obs-studio-plugins.wlrobs
|
spotify discord steam
|
||||||
obs-studio-plugins.obs-pipewire-audio-capture
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue