Added notification daemon SwayNC

This commit is contained in:
zuma 2025-02-14 00:49:07 +01:00
parent 97e1c57488
commit 508a66f1cf
6 changed files with 439 additions and 2865 deletions

View file

@ -58,13 +58,14 @@
filetree.nvimTree = {
enable = true;
openOnSetup = false;
mappings = {
toggle = "<leader>e";
findFile = "<leader>ef";
};
setupOpts = {
actions.open_file.eject = true;
tab.sync.close = true;
actions.open_file.quit_on_open = true;
};
};