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