mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
yeah
This commit is contained in:
@@ -25,15 +25,16 @@
|
||||
bzip2
|
||||
ccache
|
||||
curl
|
||||
czkawka
|
||||
czkawka-full
|
||||
ddcutil
|
||||
discord-krisp
|
||||
# discord
|
||||
distrobox
|
||||
docker-buildx
|
||||
docker-compose
|
||||
dog
|
||||
eza
|
||||
ffmpeg
|
||||
fahclient
|
||||
ffmpeg-full
|
||||
ffmpegthumbnailer
|
||||
file
|
||||
file-roller
|
||||
@@ -49,6 +50,7 @@
|
||||
gnome.gvfs
|
||||
gotop
|
||||
gparted
|
||||
gphoto2
|
||||
gst_all_1.gst-libav
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-base
|
||||
@@ -71,6 +73,7 @@
|
||||
libgsf
|
||||
libnotify
|
||||
libreoffice
|
||||
libsForQt5.qtstyleplugins
|
||||
linux-firmware
|
||||
lm_sensors
|
||||
lrzip
|
||||
@@ -84,7 +87,6 @@
|
||||
ncdu
|
||||
nil
|
||||
nixfmt-rfc-style
|
||||
noisetorch
|
||||
ntfs3g
|
||||
nufraw-thumbnailer
|
||||
nvtopPackages.amd
|
||||
@@ -97,6 +99,8 @@
|
||||
prismlauncher-unwrapped
|
||||
protonup-qt
|
||||
radeontop
|
||||
rocmPackages.rocm-smi
|
||||
rocmPackages.rocminfo
|
||||
rquickshare
|
||||
scrcpy
|
||||
screen
|
||||
@@ -120,7 +124,6 @@
|
||||
vscode-fhs
|
||||
webp-pixbuf-loader
|
||||
wev
|
||||
weylus
|
||||
wget
|
||||
which
|
||||
wine
|
||||
|
||||
@@ -45,6 +45,10 @@
|
||||
zsh.enable = true;
|
||||
gamemode.enable = true;
|
||||
firefox.enable = true;
|
||||
virt-manager.enable = true;
|
||||
weylus.enable = true;
|
||||
gamescope.enable = true;
|
||||
noisetorch.enable = true;
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
@@ -64,14 +68,18 @@
|
||||
enable = true;
|
||||
libraries = with pkgs; [ ];
|
||||
};
|
||||
# obs-studio = {
|
||||
# enable = true;
|
||||
# plugins = with pkgs.obs-studio-plugins; [
|
||||
# obs-vaapi
|
||||
# obs-vkcapture
|
||||
# wlrobs
|
||||
# ];
|
||||
# };
|
||||
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
obs-vaapi # optional AMD hardware acceleration
|
||||
obs-gstreamer
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
|
||||
steam = {
|
||||
dedicatedServer.openFirewall = true;
|
||||
@@ -81,6 +89,5 @@
|
||||
protontricks.enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
virt-manager.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user