i3: add pulseaudio package as requirement and fix default terminal

This commit is contained in:
2024-06-26 12:03:51 +02:00
parent cb032a9862
commit 6f0cf875d6
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ in
home.packages = with pkgs; [
nitrogen
xfce.xfce4-screenshooter
pulseaudio # For pactl commands
];
xsession.enable = true; # Give gui programs access to sessionVariables
# Prevent screen from going blank (check these settings with `xset q`)