mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Enable dunst
This commit is contained in:
parent
a90b2ed9fd
commit
74982fa9f8
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ in {
|
||||||
myConfig.rofi.enable = true;
|
myConfig.rofi.enable = true;
|
||||||
services.cliphist.enable = true;
|
services.cliphist.enable = true;
|
||||||
|
|
||||||
|
services.dunst.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue