Changed: Excluded Broken
This commit is contained in:
parent
f46e0f3d2e
commit
1e2c6c769b
@ -5,17 +5,7 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
obs-studio
|
obs-studio
|
||||||
obs-studio-plugins.obs-vkcapture # For better Wayland capture (if you're on Wayland)
|
obs-studio-plugins.obs-vkcapture # For better Wayland capture (if you're on Wayland)
|
||||||
obs-studio-plugins.move-transition # Useful for scene transitions
|
# obs-studio-plugins.move-transition # Useful for scene transitions
|
||||||
# Add other OBS plugins you might need here
|
# Add other OBS plugins you might need here
|
||||||
];
|
];
|
||||||
|
|
||||||
# Optional: Configure environment variables or settings if needed
|
|
||||||
# This is less common for OBS Studio, as it's mostly GUI configured.
|
|
||||||
# Example (you might not need this):
|
|
||||||
environment.variables = {
|
|
||||||
QT_QPA_PLATFORM = "wayland"; # If you're on Wayland and encounter issues
|
|
||||||
};
|
|
||||||
|
|
||||||
# Optional: Set permissions if necessary (less common)
|
|
||||||
# systemd.user.services.obs-studio.serviceConfig.SupplementaryGroups = [ "video" ];
|
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Install OnlyOffice Desktop Editors
|
# Install OnlyOffice Desktop Editors
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
../../home/hyprland # Window Manager
|
../../home/hyprland # Window Manager
|
||||||
|
|
||||||
../../home/dev # Dev Tools
|
../../home/programs/dev # Dev Tools
|
||||||
|
|
||||||
../../home/programs/media/media.nix
|
../../home/programs/media/media.nix
|
||||||
../../home/programs/media/obs.nix
|
../../home/programs/media/obs.nix
|
||||||
../../home/programs/media/spotify.nix
|
../../home/programs/media/spotify.nix
|
||||||
|
|
||||||
../../home/programs/productivity/obsidian.nix
|
../../home/programs/productivity/obsidian.nix
|
||||||
../../home/programs/productivity/thunderbird.nix
|
# ../../home/programs/productivity/thunderbird.nix
|
||||||
../../home/programs/productivity/blender.nix
|
../../home/programs/productivity/blender.nix
|
||||||
../../home/programs/productivity/onlyoffice.nix
|
# ../../home/programs/productivity/onlyoffice.nix
|
||||||
../../home/programs/productivity/slicer.nix
|
../../home/programs/productivity/slicer.nix
|
||||||
|
|
||||||
../../home/programs/social/element.nix
|
../../home/programs/social/element.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user