summaryrefslogtreecommitdiff
path: root/home/config/i3/startup.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-06-30 15:38:03 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-06-30 15:38:03 +0200
commit994e68ae135ad56cab7072414d76160a1c78bbd8 (patch)
tree1b2f4772fc8e2dd96d940b40eafabbd30f7d5027 /home/config/i3/startup.nix
parent7f9e4c89bde706a1091e58d0b2e3b1a4d17a223f (diff)
home: i3: startup: disable bluetooth on startup
Diffstat (limited to 'home/config/i3/startup.nix')
-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"; })