2024-05-21 23:34:58 -04:00
|
|
|
{ lib, machineConfig, ... }:
|
|
|
|
lib.mkIf (!machineConfig.server) {
|
2024-04-01 09:44:28 -04:00
|
|
|
programs.waybar = {
|
|
|
|
enable = true;
|
2025-03-13 17:43:41 -04:00
|
|
|
settings = builtins.fromJSON (builtins.readFile ./waybar.json);
|
2024-04-01 09:44:28 -04:00
|
|
|
};
|
|
|
|
}
|