fix polybar workspace order

This commit is contained in:
Noah Masur
2022-05-08 15:30:05 -04:00
parent e9de34405f
commit 446fc5d5c1
3 changed files with 39 additions and 16 deletions

View File

@ -4,7 +4,7 @@
home-manager.users.${config.user}.home.packages = with pkgs; [
mpv # Video viewer
sxiv # Image viewer
zathura # PDF viewer
mupdf # PDF viewer
];
};