neovim-flake/modules/plugins/visuals/fidget-nvim/default.nix
NotAShelf 688a41b621
visuals: rename fidget to fidget-nvim
This matches the naming convention in the fidget module options.
2024-10-07 03:15:44 +03:00

6 lines
57 B
Nix

{
imports = [
./config.nix
./fidget.nix
];
}