dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 05b0956b4b8813ed5c322069ce76346e001bfc35
parent 56d23b8fd83d2839b2b5f8297c105a343669cbf4
Author: Chris <chris@echoz.io>
Date:   Fri, 31 Oct 2025 12:17:06 +0100

feat(glirc): enable notifications

Diffstat:
Mmodules/dunst/default.nix | 4++++
Mmodules/glirc/default.nix | 2++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/modules/dunst/default.nix b/modules/dunst/default.nix @@ -1,4 +1,6 @@ { + pkgs, + user, ... }: @@ -9,6 +11,8 @@ "ignorezero,notifications" ]; + home.packages = [ pkgs.libnotify ]; + services.dunst = { enable = true; settings = { diff --git a/modules/glirc/default.nix b/modules/glirc/default.nix @@ -28,6 +28,8 @@ }; programs.glirc.extraConfig = lib.mkBefore '' + notifications: yes + key-bindings: * bind: "C-d" action: scroll-down-small