Fix niri vesktop theme path

This commit is contained in:
Curt Spark 2024-05-16 22:06:47 +01:00
parent 21992a82cf
commit bec06efef6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in
config = lib.mkIf cfg.enable {
# Config Files (typically $HOME/.config)
xdg.configFile = {
"vesktop".source = ./resources/home-manager/.config/vesktop;
"vesktop/themes".source = ./resources/home-manager/.config/vesktop/themes;
"waybar".source = ./resources/home-manager/.config/waybar;
"niri/config.kdl".source = ./resources/home-manager/.config/niri/config.kdl;
"mako/config".source = ./resources/home-manager/.config/mako/config;