cleanup and fixing yazi plugins

This commit is contained in:
Matt Nish-Lapidus 2025-05-05 11:13:21 -04:00
parent b330c1c08e
commit 9fb223704e
8 changed files with 47 additions and 78 deletions

View file

@ -363,15 +363,15 @@
"2620:fe::fe"
"2620:fe::9"
];
wireless.iwd = {
enable = true;
};
# wireless.iwd = {
# enable = true;
# };
networkmanager = {
enable = true;
wifi = {
powersave = true;
backend = "iwd";
};
# wifi = {
# powersave = true;
# backend = "iwd";
# };
};
};