fix: copy polybar's themes into this repo

This commit is contained in:
Ryan Yin
2023-12-26 04:58:36 +08:00
parent 49dd2c1b2f
commit c205079d46
388 changed files with 58668 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{polybar-themes, ...}: {
# NOTE:
# We have to enable hyprland/i3's systemd user service in home-manager,
# so that gammastep/wallpaper-switcher's user service can be start correctly!
@@ -25,12 +25,12 @@
home.file = {
".config/polybar" = {
source = "${pkgs.polybar-themes-simple}/themes";
source = ../conf/polybar;
recursive = true;
executable = true;
};
".local/share/fonts" = {
source = "${pkgs.polybar-themes-simple}/fonts";
source = "${polybar-themes}/fonts";
recursive = true;
};