nvf/modules/statusline/heirline/default.nix
2023-03-01 11:56:03 +03:00

6 lines
62 B
Nix

_: {
imports = [
./config.nix
./heirline.nix
];
}