mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 08:58:26 +02:00
4 lines
126 B
Nix
4 lines
126 B
Nix
{polybar-themes, ...} : (_: super: {
|
|
polybar-themes-simple = super.callPackage ./package.nix { inherit polybar-themes;};
|
|
})
|