last nixos
This commit is contained in:
+36
-3
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user