wpaperd initial config

This commit is contained in:
vali 2024-07-24 17:47:16 +02:00
commit a146a82a5b
14 changed files with 205 additions and 192 deletions

View file

@ -4,10 +4,13 @@
...
}: let
inherit (config.modules.other.system) username;
inherit (lib) mkForce;
in {
networking = {
enableIPv6 = true;
networkmanager = {
enable = true;
plugins = mkForce []; # Bloated as hell, plugins be gone
dns = "systemd-resolved";
};
};