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
|
||||
{ options.modules.fun = { enable = mkEnableOption "fun"; };
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
spotify
|
||||
discord
|
||||
steam
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-pipewire-audio-capture
|
||||
];
|
||||
};
|
||||
|
||||
obs-studio
|
||||
obs-studio-plugins.wlrobs
|
||||
obs-studio-plugins.obs-pipewire-audio-capture
|
||||
home.packages = with pkgs; [
|
||||
spotify discord steam
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue