debug: add debugging things

This commit is contained in:
Peritia 2026-03-02 15:52:11 +01:00
parent 075a10c193
commit 8140497735
2 changed files with 8 additions and 0 deletions

View file

@ -87,6 +87,12 @@
'';
in {
config = lib.mkIf cfg.enable {
warnings = [">>> HYPRLOCK ACTIVE <<<"];
programs.hyprlock = {
enable = true;
extraConfig = hyprlockConfig + "\n" + cfg.extraConfig;

View file

@ -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