Compare commits

..

No commits in common. "c4342eca6604b1fd4546baf002061af847149f1e" and "71d881829d184b3e0dcd0ef02465f1a445094cb4" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -87,14 +87,10 @@
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 = {
@ -112,7 +108,6 @@
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,7 +41,6 @@
p7zip p7zip
aria2 aria2
osu-lazer-bin osu-lazer-bin
overskride
]; ];
# Install librewolf # Install librewolf