This commit is contained in:
twoneis 2023-12-25 21:31:59 +01:00
parent be8923984e
commit c06944e05a
2 changed files with 9 additions and 0 deletions

View file

@ -81,6 +81,9 @@
pulse.enable = true;
#jack.enable = true;
};
environment.systemPackages = with pkgs; [
pamixer
];
# Define a user account. Don't forget to set a password with passwd.
users.users.twoneis = {