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": "",
|
"format-disconnected": "",
|
||||||
"tooltip-format": "{essid} {ifname}",
|
"tooltip-format": "{essid} {ifname}",
|
||||||
"max-length": 50,
|
"max-length": 50,
|
||||||
"on-click": "$HOME/.local/bin/wezlauncher impala",
|
"on-click": "$HOME/.local/bin/wezlauncher nmtui",
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 20,
|
"icon-size": 20,
|
||||||
|
|
|
@ -257,21 +257,6 @@
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wifi.powersave = 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";
|
exec = "/home/emenel/.local/bin/wezapp isd";
|
||||||
categories = [ "System" ];
|
categories = [ "System" ];
|
||||||
};
|
};
|
||||||
impala = {
|
|
||||||
name = "impala (iwd wifi)";
|
|
||||||
exec = "/home/emenel/.local/bin/wezapp impala";
|
|
||||||
categories = [ "System" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."halloy/config.toml".source =
|
xdg.configFile."halloy/config.toml".source =
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
ghostscript
|
ghostscript
|
||||||
playerctl
|
playerctl
|
||||||
|
|
||||||
impala
|
|
||||||
tesseract
|
tesseract
|
||||||
alsa-utils
|
alsa-utils
|
||||||
alsa-tools
|
alsa-tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue