This commit is contained in:
beanigen 2025-01-30 14:03:13 +08:00
parent 83d9282898
commit 0d0ac80bb5
No known key found for this signature in database
6 changed files with 38 additions and 7 deletions

View file

@ -56,5 +56,17 @@
user.signingkey = "~/.ssh/id_ed25519.pub";
init.defaultBranch = "main";
};
};
};
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
};
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
}