nix/module/desktop/waybar/default.nix

5 lines
104 B
Nix
Raw Normal View History

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