From 4ca0a113aacc49f374c0eef41729a89469c5f768 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Sun, 4 May 2025 18:45:13 +0200 Subject: [PATCH] nmcli --- nixos/machines/nerflap3/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";