Try iwd for steam deck

This commit is contained in:
Invariantspace 2024-08-14 22:52:07 -07:00
parent a57eb5f09d
commit 2ad2440491
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 8 additions and 1 deletions

View file

@ -115,6 +115,10 @@ in {
};
plasma = {
configFile = {
baloofilerc = {
"Basic Settings".Indexing-Enabled = true;
General."only basic indexing" = true;
};
kded5rc.Module-browserintegrationreminder.autoload = false;
kdeglobals.General = {
TerminalApplication = "kitty";

View file

@ -2,7 +2,10 @@
networking = {
firewall.trustedInterfaces = [config.services.tailscale.interfaceName];
hostId = "74247225";
networkmanager.enable = true;
networkmanager = {
enable = true;
wifi.backend = "iwd";
};
nftables.enable = true;
};
services.openssh.enable = true;