Files
nix-config-ryan4yin/overlays/polybar-themes-simple/default.nix

4 lines
126 B
Nix

{polybar-themes, ...} : (_: super: {
polybar-themes-simple = super.callPackage ./package.nix { inherit polybar-themes;};
})