fix: waybar, mpd

This commit is contained in:
Ryan Yin
2023-07-26 00:09:40 +08:00
parent bc08dc1949
commit 29129215a5
5 changed files with 106 additions and 40 deletions

View File

@@ -17,6 +17,13 @@
home.file.".gtkrc-2.0".source = ./gtkrc-2.0;
home.file.".config/hypr/wallpapers/wallpaper.png".source = ../wallpapers/wallpaper.png;
# music player - mpd
home.file.".config/mpd" = {
source = ./mpd;
recursive = true;
};
# allow fontconfig to discover fonts and configurations installed through home.packages
fonts.fontconfig.enable = true;