summaryrefslogtreecommitdiff
path: root/home/config
diff options
context:
space:
mode:
Diffstat (limited to 'home/config')
-rw-r--r--home/config/i3/startup.nix1
1 files changed, 1 insertions, 0 deletions
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"; })