diff --git a/nixos/machines/nerflap3/home.nix b/nixos/machines/nerflap3/home.nix index cf44ac2..69af671 100644 --- a/nixos/machines/nerflap3/home.nix +++ b/nixos/machines/nerflap3/home.nix @@ -63,7 +63,10 @@ portalPackage = null; systemd.variables = [ "--all" ]; # import environment (like PATH) into the systemd unit settings = { - exec-once = "waybar"; + exec-once = [ + "waybar" + "nmcli" + ]; input = { kb_layout = "de"; kb_variant = "neo";