last nixos

This commit is contained in:
supa
2026-08-14 01:01:55 -05:00
parent c5f997c4fe
commit d9214ffabd
4 changed files with 61 additions and 11 deletions
+36 -3
View File
@@ -35,6 +35,10 @@
tmux
zip
fastfetch
rar
winetricks
iftop
mise
# gui
#kitty
@@ -43,7 +47,7 @@
firefox
gimp
vscodium.fhs
vesktop
# vesktop
steam
heroic
protonup-qt
@@ -53,14 +57,17 @@
xwininfo
rewaita
rpi-imager
calibre
audacity
thunderbird
# lib
icu
wmctrl
git
p7zip
unzip
wine
wine64Packages.waylandFull
wineWow64Packages.stable
jdk8
jdk11
jdk17
@@ -78,6 +85,9 @@
ripgrep
wl-clipboard
linuxPackages.rtl8821ce
zig
zls
go
# misc
gamemode
@@ -99,4 +109,27 @@
programs.neovim.enable = true;
programs.nix-ld.enable = true;
programs.virt-manager.enable = true;
programs.obs-studio = {
enable = true;
enableVirtualCamera = 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-vaapi #optional AMD hardware acceleration
obs-gstreamer
obs-vkcapture
];
};
}