diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-03-09 22:06:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-03-09 22:06:31 +0530 |
| commit | 639d75899534c1932ada43c72abb62bc856412ab (patch) | |
| tree | 30ef3edaf12dcf5ecf1d57a0638873f50a696bf2 /home.nix | |
| parent | 1481b5757f762991e699cfeb3268f24b024a9738 (diff) | |
| download | nixos-config-639d75899534c1932ada43c72abb62bc856412ab.tar.gz nixos-config-639d75899534c1932ada43c72abb62bc856412ab.zip | |
config sync
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -39,6 +39,13 @@ in # image/jpeg=sxiv.desktop # ''; + programs.obs-studio = { + enable = true; + plugins = [ + pkgs.obs-studio-plugins.obs-pipewire-audio-capture + ]; + }; + services.easyeffects = { enable = true; # preset = "default"; |
