ljasdljasdjkl

This commit is contained in:
2024-03-13 23:35:32 +01:00
parent 4b363a7cb1
commit f453a8f40f
5 changed files with 20 additions and 12 deletions
+4 -1
View File
@@ -14,7 +14,10 @@
#services.pipewire.media-session.enable = true;
environment.systemPackages = with pkgs; [
easyeffects
pavucontrol # volume and defaults
easyeffects # eq
helvum # patchbay
carla # VST (TODO: move into a DAW profile?)
];
security.rtkit.enable = true; # optional
+7 -2
View File
@@ -72,9 +72,14 @@
environment.systemPackages = with pkgs; [
steam-tui
steamcmd
protontricks
#winetricks
#protontricks
jstest-gtk # nice to have
wineWowPackages.full
#wineWowPackages.waylandFull
# nice to have
jstest-gtk
];
}