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

@ -1,4 +1,4 @@
{ unstable, hyprland, hy3, ... }:
{ unstable, hyprland, hy3, waybar, ... }:
let
aliases = import ../../modules/aliases.nix;
in
@ -14,6 +14,7 @@ in
inherit unstable;
inherit hyprland;
inherit hy3;
inherit waybar;
};
home-manager.users.gandalf = { pkgs, ... }: {