From 8a47c7ebcd39c32e3b566d0ed1b645a82b55f9e3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 20 Apr 2026 11:34:55 +0200 Subject: Add boilerplate for a niri rice (The Finals theemd) --- home/rices/finals/notifications.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 home/rices/finals/notifications.nix (limited to 'home/rices/finals/notifications.nix') diff --git a/home/rices/finals/notifications.nix b/home/rices/finals/notifications.nix new file mode 100644 index 0000000..4b0e38b --- /dev/null +++ b/home/rices/finals/notifications.nix @@ -0,0 +1,16 @@ +{pkgs, ...}: { + home.packages = [ + pkgs.libnotify + ]; + services.dunst = { + enable = true; + settings = { + global = { + browser = "${pkgs.firefox}/bin/firefox"; + mouse_left_click = "context"; + mouse_middle_click = "close_current"; + frame_width = 2; + }; + }; + }; +} -- cgit v1.2.3