formatted all files with nixfmt, added env variable to hold secrets
This commit is contained in:
@@ -2,13 +2,7 @@
|
||||
programs.nixvim = {
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
settings = {
|
||||
pickers = {
|
||||
find_files = {
|
||||
hidden = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = { pickers = { find_files = { hidden = true; }; }; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user