nixdots/home/services/default.nix

6 lines
43 B
Nix
Raw Normal View History

2024-03-23 22:06:58 +00:00
_: {
2024-06-21 11:09:02 +00:00
imports = [
./dunst.nix
];
2024-03-23 22:06:58 +00:00
}