This website requires JavaScript.
Explore
Help
Sign In
joy
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
27bd7b472c
nix
/
home
/
dunst
/
default.nix
8 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
dunst and libnotyfiy
2024-08-21 23:15:20 +02:00
{
pkgs
,
.
.
.
}:
{
dunst
2024-08-21 22:37:55 +02:00
services
.
dunst
.
enable
=
true
;
dunst and libnotyfiy
2024-08-21 23:15:20 +02:00
home
.
packages
=
with
pkgs
;
[
libnotify
]
;
dunst
2024-08-21 22:37:55 +02:00
}
Reference in a new issue
Copy permalink