try getting that json
This commit is contained in:
parent
7c728e5fdc
commit
4289857811
@ -105,7 +105,7 @@ in
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
settings = {
|
||||
mainBar = [ (builtins.readFile ./home-manager/config/waybar/config.json) ];
|
||||
mainBar = builtins.fromJSON (builtins.readFile ./home-manager/config/waybar/config.json);
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user