initial commit: moved out of nix repository

This commit is contained in:
Khaïs COLIN 2024-08-26 14:14:55 +02:00
commit f4ea68f9fa
19 changed files with 804 additions and 0 deletions

9
config/oil.nix Normal file
View file

@ -0,0 +1,9 @@
# https://nix-community.github.io/nixvim/plugins/oil/
{
plugins.oil = {
enable = true;
settings = {
delete_to_trash = true;
};
};
}