Flake: Update inputs, and get OBS working

This commit is contained in:
Zeph Levy 2026-02-09 21:35:20 +01:00
parent 2ce38c20ee
commit 5fdd97dac5
2 changed files with 27 additions and 12 deletions

View file

@ -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;
};
}