This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
84cff06cf3
Branches
Tags
No results found.
nix-config
/
lib
/
nixos
/
home-manager
/
modules
/
dunst.nix
12 lines
129 B
Nix
Raw
Normal View
History
Unescape
Escape
Make configuration more modular
2024-03-16 22:12:53 +00:00
{
services
.
dunst
=
{
enable
=
true
;
Run `nix fmt` Format using `nixfmt-rfc-style`.
2024-06-10 09:31:28 +01:00
settings
=
{
global
=
{
follow
=
"
k
e
y
b
o
a
r
d
"
;
}
;
}
;
Make configuration more modular
2024-03-16 22:12:53 +00:00
}
;
}
Reference in a new issue
Copy permalink