pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
11
modules/home/noctalia/settings/audio.nix
Normal file
11
modules/home/noctalia/settings/audio.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{lib, ...}: {
|
||||
programs.noctalia-shell.settings.audio = lib.mkForce {
|
||||
"volumeStep" = 5;
|
||||
"volumeOverdrive" = true;
|
||||
"cavaFrameRate" = 144;
|
||||
"visualizerType" = "linear";
|
||||
"mprisBlacklist" = [];
|
||||
"preferredPlayer" = "mpv";
|
||||
"volumeFeedback" = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user