chore: merge

This commit is contained in:
Ahwx 2025-12-28 02:06:01 +01:00
commit 3ada42a65c
11 changed files with 60 additions and 15 deletions

View file

@ -16,13 +16,28 @@ in
};
config = mkIf cfg.enable {
programs.obs-studio = {
enable = true;
enableVirtualCamera = true;
};
environment.systemPackages = [
(pkgs.wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
obs-vaapi # optional AMD hardware acceleration
obs-gstreamer
obs-vkcapture
];
})
];
home-manager = {
users.${username} = {
home.packages = with pkgs; [
gimp
darktable
audacity
obs-studio
kdePackages.kdenlive
orca-slicer
freecad

View file

@ -76,7 +76,8 @@ in
nsxiv
imv
libreoffice
xfce.thunar
#xfce.thunar
nautilus
# spotify
spotify-player
thunderbird