nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 72e8889bda6212243d9b6fe813120d1e7e563f89
parent 85f26f9c0d05cf21264ef1051088a04fb91477b9
Author: Peter <peter@minskio.co.uk>
Date:   Sat, 12 Sep 2026 19:53:01 +0100

Eventually, this PR will be merged: https://github.com/wayle-rs/wayle/pull/294

Diffstat:
Mhome/wayle.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/wayle.nix b/home/wayle.nix @@ -30,8 +30,8 @@ in scale = 0.8; }; modules = { + clock = { format = "%a %b %d %-l:%M %p"; week-start = "monday"; }; cpu = { left-click = "alacritty -e htop"; }; - clock = { format = "%a %b %d %-l:%M %p" }; dashboard = { icon-color = "fg-muted"; }; hyprland-workspaces = { active-indicator = "underline"; }; media = { icon-type = "default"; label-max-length= "15"; };