mirror of
https://github.com/nix-community/home-manager
synced 2024-11-24 03:59:46 +01:00
7c320a5325
The `style` option now also accepts a path instead of a text configuration. Keeping up with new Waybar options is annoying, so make the module a freeform module. The `modules` option will be removed in release 22.05. The logic to generate warnings for modules and everything was removed. I don't want to maintain the code that generates these warnings anymore.
7 lines
258 B
Nix
7 lines
258 B
Nix
{
|
|
waybar-systemd-with-graphical-session-target =
|
|
./systemd-with-graphical-session-target.nix;
|
|
waybar-styling = ./styling.nix;
|
|
waybar-settings-complex = ./settings-complex.nix;
|
|
waybar-deprecated-modules-option = ./deprecated-modules-option.nix;
|
|
}
|