diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-31 11:18:29 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-31 11:18:29 +0100 |
| commit | 940ab61ac49f13accac001c968401b08211df02c (patch) | |
| tree | 80b55ff8aef679b41e62e4e28f2d463496f6e6dc | |
| parent | 8d2b823368a3a52481b5321dceb99255d6796e64 (diff) | |
add dunst
| -rw-r--r-- | common/home/services/dunst/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/services/dunst/default.nix b/common/home/services/dunst/default.nix new file mode 100644 index 0000000..a8321f2 --- /dev/null +++ b/common/home/services/dunst/default.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + enable = true; +} |