like whatsapp danger

This commit is contained in:
Sakooooo 2023-07-12 15:44:24 +03:00
parent d7306aba7c
commit be85374328
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ in
home-manager.users.sako = { pkgs, ...}: {
xdg.configFile = {
lemonbar = {
source = ../../../config/lemonbar;
source = ../../../../config/lemonbar;
recursive = true;
};
};

View file

@ -15,7 +15,7 @@ in
home-manager.users.sako = { pkgs, ...}: {
xdg.configFile = {
polybar = {
source = ../../../config/polybar;
source = ../../../../config/polybar;
recursive = true;
};
};