feat: add light theme waybar
This commit is contained in:
parent
aa06b182e7
commit
21db39a399
10 changed files with 761 additions and 366 deletions
|
|
@ -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, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue