Use polybar instead of xmobar

This commit is contained in:
Paul-Henri Froidmont 2023-03-21 23:02:30 +01:00
parent 962df55b7d
commit 76cf66f3a3
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
8 changed files with 243 additions and 129 deletions

View file

@ -10,5 +10,9 @@ in {
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true;
home-manager.users.${config.user.name} = {
home.packages = with pkgs.unstable; [ pulsemixer ];
};
};
}