Compare commits

...

2 Commits

2 changed files with 8 additions and 2 deletions

View File

@ -87,10 +87,14 @@
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
alsa = {
enable = true;
support32Bit = true;
}; };
};
# Fix not saving my state
hardware.alsa.enablePersistence = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.crony = { users.users.crony = {
@ -108,6 +112,7 @@
mangohud mangohud
lm_sensors lm_sensors
libva-utils libva-utils
alsa-utils
]; ];
# Enable nixd to see nixpkgs path # Enable nixd to see nixpkgs path

View File

@ -41,6 +41,7 @@
p7zip p7zip
aria2 aria2
osu-lazer-bin osu-lazer-bin
overskride
]; ];
# Install librewolf # Install librewolf