diff --git a/common/users.nix b/common/users.nix index 44542b2..7ea4383 100644 --- a/common/users.nix +++ b/common/users.nix @@ -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"; diff --git a/linux/protostar/network.nix b/linux/protostar/network.nix index f49ac4b..bc090d1 100644 --- a/linux/protostar/network.nix +++ b/linux/protostar/network.nix @@ -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;