nixdots/home/services/default.nix

8 lines
81 B
Nix
Raw Normal View History

2024-03-23 22:06:58 +00:00
_: {
2024-07-26 23:07:07 +00:00
imports = [
2024-06-21 11:09:02 +00:00
./dunst.nix
2024-06-27 20:00:11 +00:00
./hyprpaper.nix
2024-08-07 20:12:43 +00:00
./hypridle.nix
2024-06-21 11:09:02 +00:00
];
2024-03-23 22:06:58 +00:00
}