Merge branch 'main' of https://git.cyperpunk.de/DerGrumpf/nix-config
This commit is contained in:
commit
bee4f200b0
@ -5,17 +5,7 @@
|
||||
home.packages = with pkgs; [
|
||||
obs-studio
|
||||
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
|
||||
];
|
||||
|
||||
# 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, ... }:
|
||||
|
||||
{
|
||||
# Install OnlyOffice Desktop Editors
|
||||
home.packages = with pkgs; [
|
||||
onlyoffice-desktopeditors
|
||||
];
|
||||
# Install OnlyOffice Desktop Editors
|
||||
home.packages = with pkgs; [
|
||||
onlyoffice-desktopeditors
|
||||
];
|
||||
}
|
||||
|
@ -11,16 +11,16 @@
|
||||
|
||||
../../home/hyprland # Window Manager
|
||||
|
||||
../../home/dev # Dev Tools
|
||||
../../home/programs/dev # Dev Tools
|
||||
|
||||
../../home/programs/media/media.nix
|
||||
../../home/programs/media/obs.nix
|
||||
../../home/programs/media/spotify.nix
|
||||
|
||||
../../home/programs/productivity/obsidian.nix
|
||||
../../home/programs/productivity/thunderbird.nix
|
||||
# ../../home/programs/productivity/thunderbird.nix
|
||||
../../home/programs/productivity/blender.nix
|
||||
../../home/programs/productivity/onlyoffice.nix
|
||||
# ../../home/programs/productivity/onlyoffice.nix
|
||||
../../home/programs/productivity/slicer.nix
|
||||
|
||||
../../home/programs/social/element.nix
|
||||
@ -39,4 +39,4 @@
|
||||
userName = "DerGrumpf";
|
||||
userEmail = "p.keier@beyerstedt-it.de";
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user