nix/module/desktop/waybar/default.nix

5 lines
111 B
Nix
Raw Normal View History

2024-05-02 04:47:21 +03:00
{ util, ... } @args: {
config = (import ./config args).text;
style = util.catText (util.ls ./style) args;
2024-05-02 04:47:21 +03:00
}