neovim-flake/modules/presence/default.nix

6 lines
50 B
Nix

_: {
imports = [
./presence-nvim.nix
];
}