Compare commits

..

2 Commits

Author SHA1 Message Date
8e362863ed feat: upgrade k3s to 1.35 2026-02-23 12:02:37 +05:00
3d0607bec0 feat: install obs on laptop 2026-02-23 12:02:30 +05:00
3 changed files with 16 additions and 1 deletions

View 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
];
};
}

View File

@@ -1,6 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
k3s
k3s_1_35
cifs-utils
nfs-utils
];

View File

@@ -50,6 +50,7 @@
"hoppscotch"
"hyprland"
"nix-ld"
"obs"
"secure-boot"
"yubikey"
])