nixdots/home/services/default.nix

7 lines
69 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-06-23 22:03:23 +00:00
./wl-clip-persist.nix
2024-06-21 11:09:02 +00:00
];
2024-03-23 22:06:58 +00:00
}