Use polybar instead of xmobar
This commit is contained in:
parent
962df55b7d
commit
76cf66f3a3
8 changed files with 243 additions and 129 deletions
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue