From 994e68ae135ad56cab7072414d76160a1c78bbd8 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Thu, 30 Jun 2022 15:38:03 +0200 Subject: home: i3: startup: disable bluetooth on startup --- home/config/i3/startup.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home') diff --git a/home/config/i3/startup.nix b/home/config/i3/startup.nix index 7b57e41..fe3056e 100644 --- a/home/config/i3/startup.nix +++ b/home/config/i3/startup.nix @@ -15,6 +15,7 @@ in { ++ (lib.optional config.services.emacs.enable (autostart { command = "systemctl --user start emacs.service"; })) ++ [ (autostart { command = "xfce4-power-manager --daemon"; }) + (autostart { command = "rfkill block bluetooth"; }) # Launch frequently used apps (autostart { command = "thunderbird"; }) (autostart { command = "signal-desktop"; }) -- cgit v1.2.3