chore: remove immich and wivrn dependencies from flake config

This commit is contained in:
uttarayan21
2025-11-23 23:42:00 +05:30
parent 2f870f4f2e
commit 106eccf350
11 changed files with 44 additions and 57 deletions

View File

@@ -6,5 +6,6 @@
imports = [
# ./alvr.nix
./easyeffects.nix
./vr.nix
];
}

View File

@@ -1,5 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
wlx-overlay-s
wayvr-dashboard
bs-manager
];
}

View File

@@ -9,6 +9,5 @@
./gnome-disks.nix
./nix-ld.nix
./gamemode.nix
./wlx-overlays.nix
];
}

View File

@@ -5,6 +5,8 @@
enableVirtualCamera = true;
plugins = [
pkgs.obs-studio-plugins.wlrobs
pkgs.obs-studio-plugins.input-overlay
pkgs.obs-studio-plugins.obs-vkcapture
# pkgs.obs-studio-plugins.droidcam-obs
];
};

View File

@@ -20,6 +20,7 @@
vpl-gpu-rt
intel-media-driver
nvidia-vaapi-driver
cudatoolkit
# vaapiVdpau
# libvdpau-va-gl
# nvidia-utils

View File

@@ -20,5 +20,6 @@
./sshd.nix
./fprintd.nix
./handoff.nix
./gstreamer.nix
];
}

View File

@@ -0,0 +1,22 @@
{pkgs, ...}: {
environment = {
systemPackages = with pkgs; [
gst_all_1.gst-libav
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-rs
gst_all_1.gst-plugins-ugly
gst_all_1.gstreamer
gst_all_1.gstreamermm
gst_all_1.gst-rtsp-server
gst_all_1.gst-vaapi
# gst_all_1.icamerasrc-ipu6
# gst_all_1.icamerasrc-ipu6ep
# gst_all_1.icamerasrc-ipu6epmtl
];
sessionVariables = {
GST_PLUGIN_PATH = "/run/current-system/sw/lib/gstreamer-1.0/";
};
};
}

View File

@@ -4,6 +4,10 @@
openFirewall = true;
defaultRuntime = true;
autoStart = true;
package = pkgs.wivrn;
steam = {
importOXRRuntimes = true;
};
highPriority = true;
# package = pkgs.wivrn;
};
}