Enable VirtualBox & Affinity, adjust Hyprland binds

Turn on VirtualBox support and the Affinity graphics suite in the
system modules configuration.

Add a bind for XF86AudioMicMute to mute the microphone input.

Replace separate pause and play binds with a single
XF86AudioPlay → media playPause action.
This commit is contained in:
2026-03-24 17:26:27 +01:00
parent a435b7d0cc
commit 5edd43b802
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ _: {
Container & Packaging
*/
docker.enable = true; # Docker: container runtime and management
virtualbox.enable = false; # VirtualBox: PC emulator
virtualbox.enable = true; # VirtualBox: PC emulator
flatpak = {
enable = true; # Flatpak: universal packaging system for Linux
packages = {
@@ -75,7 +75,7 @@ _: {
/*
Media & Graphics
*/
affinity.enable = false; # Affinity: professional graphics suite
affinity.enable = true; # Affinity: professional graphics suite
eyeOfGnome.enable = true; # Eye of GNOME: image viewer
freetube.enable = false; # FreeTube: privacyfriendly YouTube client
gimp.enable = false; # GIMP: GNU Image Manipulation Program