refactor: split up some packages and unify into hyprland module
This commit is contained in:
parent
8c7a36554e
commit
378533c2d3
8 changed files with 106 additions and 169 deletions
home
12
home/obs.nix
Normal file
12
home/obs.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{nixpkgs-wayland, ...}: let
|
||||
waypkgs = nixpkgs-wayland.packages.x86_64-linux;
|
||||
in {
|
||||
programs = {
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with waypkgs; [
|
||||
obs-wlrobs
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue