summary refs log tree commit diff stats
path: root/user/modules/dunst.nix
blob: 78268c04e6a6d4b915e45bc6e7174a89ec2e5bd2 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  xdg.configFile.dunst = {
    recursive = true;
    source = ../dunst/.config/dunst;
  };
}