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, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
k3s
|
||||
k3s_1_35
|
||||
cifs-utils
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"hoppscotch"
|
||||
"hyprland"
|
||||
"nix-ld"
|
||||
"obs"
|
||||
"secure-boot"
|
||||
"yubikey"
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user