Hyprland waybar and begin styling

This commit is contained in:
2023-03-27 13:11:19 +01:00
parent 3f5483d747
commit dd13ad35ca
5 changed files with 65 additions and 2 deletions

View File

@@ -7,8 +7,12 @@
}: {
programs.waybar = {
enable = true;
package = pkgs.waybar-hyprland;
settings = {
main = lib.importJSON ./config.json;
};
style = ./style.css;
};
home.file.".config/waybar/macchiato.css".source = ./macchiato.css;
}