From 8140497735242dfdbf2eedb6544b9a88a78a5378 Mon Sep 17 00:00:00 2001 From: Peritia Date: Mon, 2 Mar 2026 15:52:11 +0100 Subject: [PATCH] debug: add debugging things --- nixosVista/homeManager/hyprlock/main.nix | 6 ++++++ nixosVista/systemWide/font.nix | 2 ++ 2 files changed, 8 insertions(+) diff --git a/nixosVista/homeManager/hyprlock/main.nix b/nixosVista/homeManager/hyprlock/main.nix index 089f3ad..33a6eeb 100644 --- a/nixosVista/homeManager/hyprlock/main.nix +++ b/nixosVista/homeManager/hyprlock/main.nix @@ -87,6 +87,12 @@ ''; in { config = lib.mkIf cfg.enable { + + + + warnings = [">>> HYPRLOCK ACTIVE <<<"]; + + programs.hyprlock = { enable = true; extraConfig = hyprlockConfig + "\n" + cfg.extraConfig; diff --git a/nixosVista/systemWide/font.nix b/nixosVista/systemWide/font.nix index cf2d89c..5d1f13b 100644 --- a/nixosVista/systemWide/font.nix +++ b/nixosVista/systemWide/font.nix @@ -8,6 +8,8 @@ root = nixosVista; in { config = lib.mkIf root.enable { + warnings = [">>> fonts ACTIVE <<<"]; + fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono noto-fonts