nvf/modules/ui/default.nix

9 lines
88 B
Nix
Raw Normal View History

2023-02-06 00:55:19 +00:00
_: {
imports = [
./noice
2023-04-03 09:12:05 +00:00
./modes
./notifications
2023-04-05 13:58:56 +00:00
./smartcolumn
2023-02-06 00:55:19 +00:00
];
}