Fix config path
This commit is contained in:
parent
514913405e
commit
6c6507c5bd
@ -104,7 +104,7 @@ in
|
|||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = (builtins.readFile ./config/waybar/config.json);
|
settings = (builtins.readFile ./home-manager/config/waybar/config.json);
|
||||||
};
|
};
|
||||||
|
|
||||||
# gtk theming
|
# gtk theming
|
||||||
|
Loading…
Reference in New Issue
Block a user