From 194e36c5deaf2806deb5870963c2dcef0c79016c Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 30 Mar 2026 14:59:35 -0700 Subject: [PATCH] ntfy support --- configs/desktop-light.nix | 9 +++++++++ configs/desktop-packages-light.nix | 1 + 2 files changed, 10 insertions(+) diff --git a/configs/desktop-light.nix b/configs/desktop-light.nix index 14d8b6d..14a1df8 100644 --- a/configs/desktop-light.nix +++ b/configs/desktop-light.nix @@ -94,4 +94,13 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660" programs.dconf.enable = true; services.gvfs.enable = true; + services.dunst.enable = true; + services.dunst.settings = { + global = { + font = "Monospace 18"; # increase the size as you like + width = 400; + height = 300; + word_wrap = true; + }; + }; } diff --git a/configs/desktop-packages-light.nix b/configs/desktop-packages-light.nix index 251c710..d26b96f 100644 --- a/configs/desktop-packages-light.nix +++ b/configs/desktop-packages-light.nix @@ -48,6 +48,7 @@ maven mesa mutt + ntfy python312Packages.ipython networkmanagerapplet obsidian