feat: add light theme waybar

This commit is contained in:
Jacob Bachmann 2024-03-28 21:38:00 +01:00
parent aa06b182e7
commit 21db39a399
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
10 changed files with 761 additions and 366 deletions

View file

@ -14,8 +14,10 @@
inputs.hyprland.follows = "hyprland";
};
waybar.url = "github:Alexays/Waybar";
};
outputs = { self, nixpkgs, nixos-hardware, home-manager, hyprland, hy3, ... }@inputs: {
outputs = { self, nixpkgs, nixos-hardware, home-manager, hyprland, hy3, waybar, ... }@inputs: {
nixosConfigurations = {
W530 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";