1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-02 23:09:50 +01:00
neovim-flake/modules/rich-presence/default.nix

6 lines
46 B
Nix
Raw Normal View History

2023-02-05 21:56:40 +01:00
_: {
imports = [
./presence-nvim
2023-02-05 21:56:40 +01:00
];
}