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