neovim-flake/modules/rich-presence/presence-nvim/default.nix

7 lines
67 B
Nix

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