Update de rotina
This commit is contained in:
committed by
GitHub
parent
55cd5125d7
commit
a9d54e8134
@@ -0,0 +1,20 @@
|
|||||||
|
{ config, lib, inputs, pkgs, ... }: {
|
||||||
|
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
# optional Nvidia hardware acceleration
|
||||||
|
package = (
|
||||||
|
pkgs.obs-studio.override {
|
||||||
|
cudaSupport = true;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-gstreamer
|
||||||
|
obs-vkcapture
|
||||||
|
];
|
||||||
|
};
|
||||||
|
programs.obs-studio.enableVirtualCamera = true;
|
||||||
|
}
|
||||||
+1
-1
@@ -17,7 +17,6 @@
|
|||||||
xclicker
|
xclicker
|
||||||
mangojuice
|
mangojuice
|
||||||
mangohud
|
mangohud
|
||||||
hydralauncher
|
|
||||||
protonplus
|
protonplus
|
||||||
lsfg-vk
|
lsfg-vk
|
||||||
lsfg-vk-ui
|
lsfg-vk-ui
|
||||||
@@ -48,6 +47,7 @@
|
|||||||
distrobox
|
distrobox
|
||||||
podman
|
podman
|
||||||
distroshelf
|
distroshelf
|
||||||
|
lact
|
||||||
|
|
||||||
## repositorio 25.05
|
## repositorio 25.05
|
||||||
inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.vulkan-tools
|
inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.vulkan-tools
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 10;
|
boot.loader.systemd-boot.configurationLimit = 10;
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; # Kernel customizado
|
boot.kernelPackages = pkgs.linuxPackages_cachyos; # Kernel customizado
|
||||||
|
|
||||||
networking.hostName = "Alfa"; # Defina o nome da sua máquina
|
networking.hostName = "Alfa"; # Defina o nome da sua máquina
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user