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