feat: waybar modulization

This commit is contained in:
DACHXY 2025-04-12 13:09:16 +08:00
parent 6fddac69d2
commit 94c073c28a
15 changed files with 669 additions and 416 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, settings, ... }:
{ pkgs, ... }:
let
addons = with pkgs; [
@ -44,7 +44,7 @@ in
};
serviceConfig = {
Type = "simple";
Restart = "on-failure";
Restart = "always";
RestartSec = 2;
ExecStart = "/run/current-system/sw/bin/fcitx5";
};