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