removing iwd, it doesn't work
This commit is contained in:
parent
f920b83d27
commit
ebcf2fbaad
4 changed files with 1 additions and 22 deletions
|
@ -65,7 +65,7 @@
|
|||
"format-disconnected": "",
|
||||
"tooltip-format": "{essid} {ifname}",
|
||||
"max-length": 50,
|
||||
"on-click": "$HOME/.local/bin/wezlauncher impala",
|
||||
"on-click": "$HOME/.local/bin/wezlauncher nmtui",
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 20,
|
||||
|
|
|
@ -257,21 +257,6 @@
|
|||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.powersave = true;
|
||||
wifi.backend = "iwd";
|
||||
};
|
||||
wireless = {
|
||||
iwd = {
|
||||
enable = true;
|
||||
package = pkgs.iwd;
|
||||
settings = {
|
||||
IPv6 = {
|
||||
enabled = true;
|
||||
};
|
||||
Settings = {
|
||||
AutoConnect = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -184,11 +184,6 @@
|
|||
exec = "/home/emenel/.local/bin/wezapp isd";
|
||||
categories = [ "System" ];
|
||||
};
|
||||
impala = {
|
||||
name = "impala (iwd wifi)";
|
||||
exec = "/home/emenel/.local/bin/wezapp impala";
|
||||
categories = [ "System" ];
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."halloy/config.toml".source =
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
ghostscript
|
||||
playerctl
|
||||
|
||||
impala
|
||||
tesseract
|
||||
alsa-utils
|
||||
alsa-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue