Compare commits
2 Commits
7a1f5d8f67
...
8e362863ed
| Author | SHA1 | Date | |
|---|---|---|---|
|
8e362863ed
|
|||
|
3d0607bec0
|
14
hosts/common/optional/obs.nix
Normal file
14
hosts/common/optional/obs.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-gstreamer
|
||||||
|
obs-vkcapture
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
k3s
|
k3s_1_35
|
||||||
cifs-utils
|
cifs-utils
|
||||||
nfs-utils
|
nfs-utils
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
"hoppscotch"
|
"hoppscotch"
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"nix-ld"
|
"nix-ld"
|
||||||
|
"obs"
|
||||||
"secure-boot"
|
"secure-boot"
|
||||||
"yubikey"
|
"yubikey"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user