Files
nixy/home/apps/nvim/oil.nix
Hadi fa0aa29974 Update
Former-commit-id: 81ab14b256
2024-05-02 15:40:12 +02:00

7 lines
113 B
Nix

{
programs.nixvim.plugins.oil = {
enable = true;
settings = { default_file_explorer = false; };
};
}