Flake: Update inputs, and get OBS working
This commit is contained in:
parent
2ce38c20ee
commit
5fdd97dac5
2 changed files with 27 additions and 12 deletions
|
|
@ -86,6 +86,13 @@
|
|||
mako
|
||||
swayosd
|
||||
xwayland-satellite
|
||||
|
||||
(pkgs.wrapOBS {
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
];
|
||||
})
|
||||
xdg-desktop-portal-wlr
|
||||
])
|
||||
++
|
||||
# Misbehaving packages
|
||||
|
|
@ -98,4 +105,12 @@
|
|||
allowUnfree = true;
|
||||
android_sdk.accept_license = true;
|
||||
};
|
||||
|
||||
# TODO: Put this somewhere else
|
||||
security.rtkit.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||
wlr.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue