From 8bb191aa4f9ad975f753136c5744d6e8b4749728 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 17 Jan 2025 20:47:46 +0100 Subject: [PATCH] Added --aot flag to doom-sync --- nixos/modules/emacs/default.nix | 3 ++- nixos/modules/hyprland/waybar.nix | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nixos/modules/emacs/default.nix b/nixos/modules/emacs/default.nix index 6d7c7d2..815a894 100644 --- a/nixos/modules/emacs/default.nix +++ b/nixos/modules/emacs/default.nix @@ -31,6 +31,7 @@ in { pipenv python313Packages.nose2 python313Packages.pytest + graphviz shellcheck nodejs_23 @@ -42,7 +43,7 @@ in { pidof emacs || ${emacs}/bin/emacs --daemon & '') (pkgs.writeShellScriptBin "doom-sync" '' - ~/.emacs.d/bin/doom sync + ~/.emacs.d/bin/doom sync --aot --force '') (pkgs.writeShellScriptBin "doom-upgrade" '' ~/.emacs.d/bin/doom upgrade diff --git a/nixos/modules/hyprland/waybar.nix b/nixos/modules/hyprland/waybar.nix index feb2ec8..e76a9e0 100644 --- a/nixos/modules/hyprland/waybar.nix +++ b/nixos/modules/hyprland/waybar.nix @@ -56,8 +56,8 @@ }; }; clock = { - format-alt = "{:%Y-%m-%d}"; - tooltip-format = "{:%Y-%m-%d | %H:%M}"; + format-alt = "{:%d-%m-%Y}"; + tooltip-format = "{:%d-%m-%Y | %H:%M}"; }; cpu = { format = "{usage}% ";