like whatsapp danger
This commit is contained in:
parent
d7306aba7c
commit
be85374328
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ in
|
||||||
home-manager.users.sako = { pkgs, ...}: {
|
home-manager.users.sako = { pkgs, ...}: {
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
lemonbar = {
|
lemonbar = {
|
||||||
source = ../../../config/lemonbar;
|
source = ../../../../config/lemonbar;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,7 +15,7 @@ in
|
||||||
home-manager.users.sako = { pkgs, ...}: {
|
home-manager.users.sako = { pkgs, ...}: {
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
polybar = {
|
polybar = {
|
||||||
source = ../../../config/polybar;
|
source = ../../../../config/polybar;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue