Skip to content

Commit

Permalink
pkgs(overrides/obs-wayland): init
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Dec 22, 2023
1 parent 3dc575a commit 5abb30b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
### Fonts

- _[comic-code](https://tosche.net/fonts/comic-code)_

### Overrides

- **obs-wayland** - obs with plugins for wayland and pipewire support
8 changes: 8 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ in rec {
# Fonts
comic-code = p ./pkgs/fonts/comic-code { };

# Overrides
obs-wayland = (pkgs.wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-pipewire-audio-capture
];
});

# some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
# ...
}

0 comments on commit 5abb30b

Please sign in to comment.