nix/modules/hypr/default.nix

11 lines
89 B
Nix
Raw Permalink Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./ags
2024-09-15 10:00:51 +02:00
./idle
./land
2024-09-16 20:37:19 +02:00
./theme
2024-09-16 22:05:52 +02:00
./clip
./misc
2024-08-31 16:04:57 +02:00
];
}