changing wifi to iwd, adding desktop entries for tui apps, etc

This commit is contained in:
Matt Nish-Lapidus 2025-02-17 10:13:08 -05:00
parent 1975a1c6c7
commit f920b83d27
11 changed files with 143 additions and 80 deletions

View file

@ -257,22 +257,22 @@
networkmanager = {
enable = true;
wifi.powersave = true;
# wifi.backend = "iwd";
wifi.backend = "iwd";
};
wireless = {
iwd = {
enable = true;
package = pkgs.iwd;
settings = {
IPv6 = {
enabled = true;
};
Settings = {
AutoConnect = true;
};
};
};
};
# wireless = {
# iwd = {
# enable = true;
# package = pkgs.iwd;
# settings = {
# IPv6 = {
# enabled = true;
# };
# Settings = {
# AutoConnect = true;
# };
# };
# };
# };
};
services.resolved = {